#621475

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

Shades of Seance #621475

Tints of Seance #621475

Color information

#621475 (or 0x621475) is unknown color: approx Seance. HEX triplet: 62, 14 and 75. RGB value is (98,20,117). Sum of RGB (Red+Green+Blue) = 98+20+117=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #621475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621475 is #9DEB8A. Grayscale: #363636. Windows color (decimal): -10349451 or 7672930. OLE color: 7672930.

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

Color convert

RGB9820117-
CMYK0.160.8300.54
HSL288.25º70.8%26.86%-
HSV(B)288.25º82.91%45.88%-
XYZ8.54.3817.23-
YUV54.38163.34159.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=41.70%
G=8.51%
B=49.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98201170.160.8300.54288.2570.826.86
Hex6214751053036120471b
Octal142241652012306644010733
Binary11000101010011101011000010100110110110100100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621475; }

 p { color: rgb(98,20,117); }

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

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

 a { background-color: rgb(98,20,117); }

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

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

 span { border-color: rgb(98,20,117); }

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