#621472

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

Shades of Seance #621472

Tints of Seance #621472

Color information

#621472 (or 0x621472) is unknown color: approx Seance. HEX triplet: 62, 14 and 72. RGB value is (98,20,114). Sum of RGB (Red+Green+Blue) = 98+20+114=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #621472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621472 is #9DEB8D. Grayscale: #353535. Windows color (decimal): -10349454 or 7476322. OLE color: 7476322.

HSL color Cylindrical-coordinate representation of color #621472: hue angle of 289.79º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621472 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9820114-
CMYK0.140.8200.55
HSL289.79º70.15%26.27%-
HSV(B)289.79º82.46%44.71%-
XYZ8.324.3116.31-
YUV54.04161.84159.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=42.24%
G=8.62%
B=49.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98201140.140.8200.55289.7970.1526.27
Hex621472E52037122461a
Octal142241621612206744210632
Binary1100010101001110010111010100100110111100100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621472; }

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

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

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

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

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

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

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

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