#64197B

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

Shades of Seance #64197B

Tints of Seance #64197B

Color information

#64197B (or 0x64197B) is unknown color: approx Seance. HEX triplet: 64, 19 and 7B. RGB value is (100,25,123). Sum of RGB (Red+Green+Blue) = 100+25+123=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #64197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64197B is #9BE684. Grayscale: #3A3A3A. Windows color (decimal): -10217093 or 8067428. OLE color: 8067428.

HSL color Cylindrical-coordinate representation of color #64197B: hue angle of 285.92º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64197B is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10025123-
CMYK0.190.8000.52
HSL285.92º66.22%29.02%-
HSV(B)285.92º79.67%48.24%-
XYZ9.184.8319.19-
YUV58.6164.35157.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=40.32%
G=10.08%
B=49.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100251230.190.8000.52285.9266.2229.02
Hex64197B135003411e421d
Octal144311732312006443610235
Binary11001001100111110111001110100000110100100011110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64197B; }

 p { color: rgb(100,25,123); }

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

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

 a { background-color: rgb(100,25,123); }

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

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

 span { border-color: rgb(100,25,123); }

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