#641978

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

Shades of Seance #641978

Tints of Seance #641978

Color information

#641978 (or 0x641978) is unknown color: approx Seance. HEX triplet: 64, 19 and 78. RGB value is (100,25,120). Sum of RGB (Red+Green+Blue) = 100+25+120=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #641978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641978 is #9BE687. Grayscale: #393939. Windows color (decimal): -10217096 or 7870820. OLE color: 7870820.

HSL color Cylindrical-coordinate representation of color #641978: hue angle of 287.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641978 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10025120-
CMYK0.170.7900.53
HSL287.37º65.52%28.43%-
HSV(B)287.37º79.17%47.06%-
XYZ8.994.7618.21-
YUV58.26162.85157.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=40.82%
G=10.20%
B=48.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100251200.170.7900.53287.3765.5228.43
Hex641978114F03511f421c
Octal144311702111706543710234
Binary11001001100111110001000110011110110101100011111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641978; }

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

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

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

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

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

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

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

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