#64176D

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

Shades of Seance #64176D

Tints of Seance #64176D

Color information

#64176D (or 0x64176D) is unknown color: approx Seance. HEX triplet: 64, 17 and 6D. RGB value is (100,23,109). Sum of RGB (Red+Green+Blue) = 100+23+109=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #64176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64176D is #9BE892. Grayscale: #373737. Windows color (decimal): -10217619 or 7149412. OLE color: 7149412.

HSL color Cylindrical-coordinate representation of color #64176D: hue angle of 293.72º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64176D is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10023109-
CMYK0.080.7900.57
HSL293.72º65.15%25.88%-
HSV(B)293.72º78.9%42.75%-
XYZ8.324.4314.88-
YUV55.83158.01159.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=43.10%
G=9.91%
B=46.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100231090.080.7900.57293.7265.1525.88
Hex64176D84F039126411a
Octal144271551011707144610132
Binary1100100101111101101100010011110111001100100110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64176D; }

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

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

<style>
 a { background-color: #64176D; }

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

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

<style>
 span { border-color: #64176D; }

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

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