#621172

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

Shades of Seance #621172

Tints of Seance #621172

Color information

#621172 (or 0x621172) is unknown color: approx Seance. HEX triplet: 62, 11 and 72. RGB value is (98,17,114). Sum of RGB (Red+Green+Blue) = 98+17+114=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #621172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621172 is #9DEE8D. Grayscale: #333333. Windows color (decimal): -10350222 or 7475554. OLE color: 7475554.

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

Color convert

RGB9817114-
CMYK0.140.8500.55
HSL290.1º74.05%25.69%-
HSV(B)290.1º85.09%44.71%-
XYZ8.274.2116.3-
YUV52.28162.84160.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=42.79%
G=7.42%
B=49.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98171140.140.8500.55290.174.0525.69
Hex621172E550371224a1a
Octal142211621612506744211232
Binary1100010100011110010111010101010110111100100010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621172; }

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

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

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

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

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

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

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

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