#64127A

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

Shades of Seance #64127A

Tints of Seance #64127A

Color information

#64127A (or 0x64127A) is unknown color: approx Seance. HEX triplet: 64, 12 and 7A. RGB value is (100,18,122). Sum of RGB (Red+Green+Blue) = 100+18+122=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #64127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64127A is #9BED85. Grayscale: #363636. Windows color (decimal): -10218886 or 8000100. OLE color: 8000100.

HSL color Cylindrical-coordinate representation of color #64127A: hue angle of 287.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64127A is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10018122-
CMYK0.180.8500.52
HSL287.31º74.29%27.45%-
HSV(B)287.31º85.25%47.84%-
XYZ8.984.5518.82-
YUV54.37166.17160.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.67%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=41.67%
G=7.5%
B=50.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100181220.180.8500.52287.3174.2927.45
Hex64127A125503411f4a1b
Octal144221722212506443711233
Binary11001001001011110101001010101010110100100011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64127A; }

 p { color: rgb(100,18,122); }

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

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

 a { background-color: rgb(100,18,122); }

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

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

 span { border-color: rgb(100,18,122); }

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