#642473

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

Shades of Seance #642473

Tints of Seance #642473

Color information

#642473 (or 0x642473) is unknown color: approx Seance. HEX triplet: 64, 24 and 73. RGB value is (100,36,115). Sum of RGB (Red+Green+Blue) = 100+36+115=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #642473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642473 is #9BDB8C. Grayscale: #3F3F3F. Windows color (decimal): -10214285 or 7545956. OLE color: 7545956.

HSL color Cylindrical-coordinate representation of color #642473: hue angle of 288.61º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642473 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10036115-
CMYK0.130.6900.55
HSL288.61º52.32%29.61%-
HSV(B)288.61º68.7%45.1%-
XYZ8.985.2116.75-
YUV64.14156.7153.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 36 (14.45% from 255) = 14.34%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=39.84%
G=14.34%
B=45.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100361150.130.6900.55288.6152.3229.61
Hex642473D45037121341e
Octal14444163151050674416436
Binary1100100100100111001111011000101011011110010000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642473; }

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

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

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

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

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

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

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

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