#62196D

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

Shades of Seance #62196D

Tints of Seance #62196D

Color information

#62196D (or 0x62196D) is unknown color: approx Seance. HEX triplet: 62, 19 and 6D. RGB value is (98,25,109). Sum of RGB (Red+Green+Blue) = 98+25+109=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #62196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62196D is #9DE692. Grayscale: #383838. Windows color (decimal): -10348179 or 7149922. OLE color: 7149922.

HSL color Cylindrical-coordinate representation of color #62196D: hue angle of 292.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62196D is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9825109-
CMYK0.100.7700.57
HSL292.14º62.69%26.27%-
HSV(B)292.14º77.06%42.75%-
XYZ8.144.414.89-
YUV56.4157.68157.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=42.24%
G=10.78%
B=46.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98251090.100.7700.57292.1462.6926.27
Hex62196DA4D0391243f1a
Octal14231155121150714447732
Binary110001011001110110110101001101011100110010010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62196D; }

 p { color: rgb(98,25,109); }

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

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

 a { background-color: rgb(98,25,109); }

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

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

 span { border-color: rgb(98,25,109); }

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