#62197D

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

Shades of Seance #62197D

Tints of Seance #62197D

Color information

#62197D (or 0x62197D) is unknown color: approx Seance. HEX triplet: 62, 19 and 7D. RGB value is (98,25,125). Sum of RGB (Red+Green+Blue) = 98+25+125=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #62197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62197D is #9DE682. Grayscale: #393939. Windows color (decimal): -10348163 or 8198498. OLE color: 8198498.

HSL color Cylindrical-coordinate representation of color #62197D: hue angle of 283.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62197D is Cyan = 0.22, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9825125-
CMYK0.220.800.51
HSL283.8º66.67%29.41%-
HSV(B)283.8º80%49.02%-
XYZ9.094.7719.84-
YUV58.23165.68156.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 125 (49.22% from 255) = 50.40%
R=39.52%
G=10.08%
B=50.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98251250.220.800.51283.866.6729.41
Hex62197D165003311c431d
Octal142311752612006343410335
Binary11000101100111111011011010100000110011100011100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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