#62197A

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

Shades of Seance #62197A

Tints of Seance #62197A

Color information

#62197A (or 0x62197A) is unknown color: approx Seance. HEX triplet: 62, 19 and 7A. RGB value is (98,25,122). Sum of RGB (Red+Green+Blue) = 98+25+122=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #62197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62197A is #9DE685. Grayscale: #393939. Windows color (decimal): -10348166 or 8001890. OLE color: 8001890.

HSL color Cylindrical-coordinate representation of color #62197A: hue angle of 285.15º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62197A is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9825122-
CMYK0.200.8000.52
HSL285.15º65.99%28.82%-
HSV(B)285.15º79.51%47.84%-
XYZ8.94.718.85-
YUV57.88164.18156.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=40%
G=10.20%
B=49.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98251220.200.8000.52285.1565.9928.82
Hex62197A145003411d421d
Octal142311722412006443510235
Binary11000101100111110101010010100000110100100011101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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