#642471

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

Shades of Seance #642471

Tints of Seance #642471

Color information

#642471 (or 0x642471) is unknown color: approx Seance. HEX triplet: 64, 24 and 71. RGB value is (100,36,113). Sum of RGB (Red+Green+Blue) = 100+36+113=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #642471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642471 is #9BDB8E. Grayscale: #3F3F3F. Windows color (decimal): -10214287 or 7414884. OLE color: 7414884.

HSL color Cylindrical-coordinate representation of color #642471: hue angle of 289.87º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642471 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10036113-
CMYK0.120.6800.56
HSL289.87º51.68%29.22%-
HSV(B)289.87º68.14%44.31%-
XYZ8.875.1616.15-
YUV63.91155.7153.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=40.16%
G=14.46%
B=45.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100361130.120.6800.56289.8751.6829.22
Hex642471C44038122341d
Octal14444161141040704426435
Binary1100100100100111000111001000100011100010010001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642471; }

 p { color: rgb(100,36,113); }

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

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

 a { background-color: rgb(100,36,113); }

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

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

 span { border-color: rgb(100,36,113); }

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