#642272

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

Shades of Seance #642272

Tints of Seance #642272

Color information

#642272 (or 0x642272) is unknown color: approx Seance. HEX triplet: 64, 22 and 72. RGB value is (100,34,114). Sum of RGB (Red+Green+Blue) = 100+34+114=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #642272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642272 is #9BDD8D. Grayscale: #3E3E3E. Windows color (decimal): -10214798 or 7479908. OLE color: 7479908.

HSL color Cylindrical-coordinate representation of color #642272: hue angle of 289.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642272 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10034114-
CMYK0.120.7000.55
HSL289.5º54.05%29.02%-
HSV(B)289.5º70.18%44.71%-
XYZ8.865.0716.43-
YUV62.85156.87154.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=40.32%
G=13.71%
B=45.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100341140.120.7000.55289.554.0529.02
Hex642272C46037122361d
Octal14442162141060674426635
Binary1100100100010111001011001000110011011110010001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642272; }

 p { color: rgb(100,34,114); }

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

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

 a { background-color: rgb(100,34,114); }

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

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

 span { border-color: rgb(100,34,114); }

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