#62196F

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

Shades of Seance #62196F

Tints of Seance #62196F

Color information

#62196F (or 0x62196F) is unknown color: approx Seance. HEX triplet: 62, 19 and 6F. RGB value is (98,25,111). Sum of RGB (Red+Green+Blue) = 98+25+111=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #62196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62196F is #9DE690. Grayscale: #383838. Windows color (decimal): -10348177 or 7280994. OLE color: 7280994.

HSL color Cylindrical-coordinate representation of color #62196F: hue angle of 290.93º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62196F is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9825111-
CMYK0.120.7700.56
HSL290.93º63.24%26.67%-
HSV(B)290.93º77.48%43.53%-
XYZ8.254.4415.46-
YUV56.63158.68157.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=41.88%
G=10.68%
B=47.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98251110.120.7700.56290.9363.2426.67
Hex62196FC4D0381233f1b
Octal14231157141150704437733
Binary110001011001110111111001001101011100010010001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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