#642B76

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

Shades of Seance #642B76

Tints of Seance #642B76

Color information

#642B76 (or 0x642B76) is unknown color: approx Seance. HEX triplet: 64, 2B and 76. RGB value is (100,43,118). Sum of RGB (Red+Green+Blue) = 100+43+118=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #642B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642B76 is #9BD489. Grayscale: #444444. Windows color (decimal): -10212490 or 7744356. OLE color: 7744356.

HSL color Cylindrical-coordinate representation of color #642B76: hue angle of 285.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642B76 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10043118-
CMYK0.150.6400.54
HSL285.6º46.58%31.57%-
HSV(B)285.6º63.56%46.27%-
XYZ9.395.7517.75-
YUV68.59155.88150.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=38.31%
G=16.48%
B=45.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100431180.150.6400.54285.646.5831.57
Hex642B76F4003611e2f20
Octal14453166171000664365740
Binary11001001010111110110111110000000110110100011110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642B76; }

 p { color: rgb(100,43,118); }

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

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

 a { background-color: rgb(100,43,118); }

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

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

 span { border-color: rgb(100,43,118); }

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