#64177C

Color #64177C Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #64177C

Tints of Seance #64177C

Color information

#64177C (or 0x64177C) is unknown color: approx Seance. HEX triplet: 64, 17 and 7C. RGB value is (100,23,124). Sum of RGB (Red+Green+Blue) = 100+23+124=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #64177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64177C is #9BE883. Grayscale: #393939. Windows color (decimal): -10217604 or 8132452. OLE color: 8132452.

HSL color Cylindrical-coordinate representation of color #64177C: hue angle of 285.74º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64177C is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10023124-
CMYK0.190.8100.51
HSL285.74º68.71%28.82%-
HSV(B)285.74º81.45%48.63%-
XYZ9.24.7819.51-
YUV57.54165.51158.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=40.49%
G=9.31%
B=50.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100231240.190.8100.51285.7468.7128.82
Hex64177C135103311e451d
Octal144271742312106343610535
Binary11001001011111111001001110100010110011100011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64177C; }

 p { color: rgb(100,23,124); }

 H1.HeaderClassName
 {
   color: #64177C;
 }
 .AnyTagClassName
 {
   color: #64177C;
 }
</style>
background-color css

<style>
 a { background-color: #64177C; }

 a { background-color: rgb(100,23,124); }

 div.DivClassName
 {
   background-color: #64177C;
 }
 .BgClassName
 {
   background-color: #64177C;
 }
</style>
border-color css

<style>
 span { border-color: #64177C; }

 span { border-color: rgb(100,23,124); }

 td.TdClassName
 {
   border-color: #64177C;
 }
 .TagClassName
 {
   border-color: #64177C;
 }
</style>