#641972

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

Shades of Seance #641972

Tints of Seance #641972

Color information

#641972 (or 0x641972) is unknown color: approx Seance. HEX triplet: 64, 19 and 72. RGB value is (100,25,114). Sum of RGB (Red+Green+Blue) = 100+25+114=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #641972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641972 is #9BE68D. Grayscale: #393939. Windows color (decimal): -10217102 or 7477604. OLE color: 7477604.

HSL color Cylindrical-coordinate representation of color #641972: hue angle of 290.56º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641972 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10025114-
CMYK0.120.7800.55
HSL290.56º64.03%27.25%-
HSV(B)290.56º78.07%44.71%-
XYZ8.644.6216.36-
YUV57.57159.85158.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.84%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=41.84%
G=10.46%
B=47.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100251140.120.7800.55290.5664.0327.25
Hex641972C4E037123401b
Octal144311621411606744310033
Binary1100100110011110010110010011100110111100100011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641972; }

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

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

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

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

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

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

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

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