#641378

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

Shades of Seance #641378

Tints of Seance #641378

Color information

#641378 (or 0x641378) is unknown color: approx Seance. HEX triplet: 64, 13 and 78. RGB value is (100,19,120). Sum of RGB (Red+Green+Blue) = 100+19+120=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #641378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641378 is #9BEC87. Grayscale: #363636. Windows color (decimal): -10218632 or 7869284. OLE color: 7869284.

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

Color convert

RGB10019120-
CMYK0.170.8400.53
HSL288.12º72.66%27.25%-
HSV(B)288.12º84.17%47.06%-
XYZ8.884.5318.18-
YUV54.73164.84160.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.84%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=41.84%
G=7.95%
B=50.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100191200.170.8400.53288.1272.6627.25
Hex6413781154035120491b
Octal144231702112406544011133
Binary11001001001111110001000110101000110101100100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641378; }

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

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

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

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

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

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

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

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