#621276

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

Shades of Seance #621276

Tints of Seance #621276

Color information

#621276 (or 0x621276) is unknown color: approx Seance. HEX triplet: 62, 12 and 76. RGB value is (98,18,118). Sum of RGB (Red+Green+Blue) = 98+18+118=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #621276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621276 is #9DED89. Grayscale: #353535. Windows color (decimal): -10349962 or 7737954. OLE color: 7737954.

HSL color Cylindrical-coordinate representation of color #621276: hue angle of 288º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621276 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9818118-
CMYK0.170.8500.54
HSL288º73.53%26.67%-
HSV(B)288º84.75%46.27%-
XYZ8.524.3417.53-
YUV53.32164.5159.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=41.88%
G=7.69%
B=50.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98181180.170.8500.5428873.5326.67
Hex62127611550361204a1b
Octal142221662112506644011233
Binary11000101001011101101000110101010110110100100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621276; }

 p { color: rgb(98,18,118); }

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

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

 a { background-color: rgb(98,18,118); }

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

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

 span { border-color: rgb(98,18,118); }

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