#64177B

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

Shades of Seance #64177B

Tints of Seance #64177B

Color information

#64177B (or 0x64177B) is unknown color: approx Seance. HEX triplet: 64, 17 and 7B. RGB value is (100,23,123). Sum of RGB (Red+Green+Blue) = 100+23+123=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #64177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64177B is #9BE884. Grayscale: #393939. Windows color (decimal): -10217605 or 8066916. OLE color: 8066916.

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

Color convert

RGB10023123-
CMYK0.190.8100.52
HSL286.2º68.49%28.63%-
HSV(B)286.2º81.3%48.24%-
XYZ9.144.7519.17-
YUV57.42165.01158.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 123 (48.44% from 255) = 50%
R=40.65%
G=9.35%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100231230.190.8100.52286.268.4928.63
Hex64177B135103411e441d
Octal144271732312106443610435
Binary11001001011111110111001110100010110100100011110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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