#641377

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

Shades of Seance #641377

Tints of Seance #641377

Color information

#641377 (or 0x641377) is unknown color: approx Seance. HEX triplet: 64, 13 and 77. RGB value is (100,19,119). Sum of RGB (Red+Green+Blue) = 100+19+119=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #641377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641377 is #9BEC88. Grayscale: #363636. Windows color (decimal): -10218633 or 7803748. OLE color: 7803748.

HSL color Cylindrical-coordinate representation of color #641377: hue angle of 288.6º degrees, saturation: 0.72, 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 #641377 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10019119-
CMYK0.160.8400.53
HSL288.6º72.46%27.06%-
HSV(B)288.6º84.03%46.67%-
XYZ8.824.5117.86-
YUV54.62164.34160.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 119 (46.88% from 255) = 50%
R=42.02%
G=7.98%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100191190.160.8400.53288.672.4627.06
Hex6413771054035121481b
Octal144231672012406544111033
Binary11001001001111101111000010101000110101100100001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641377; }

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

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

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

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

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

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

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

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