#62207B

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

Shades of Seance #62207B

Tints of Seance #62207B

Color information

#62207B (or 0x62207B) is unknown color: approx Seance. HEX triplet: 62, 20 and 7B. RGB value is (98,32,123). Sum of RGB (Red+Green+Blue) = 98+32+123=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #62207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62207B is #9DDF84. Grayscale: #3D3D3D. Windows color (decimal): -10346373 or 8069218. OLE color: 8069218.

HSL color Cylindrical-coordinate representation of color #62207B: hue angle of 283.52º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62207B is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9832123-
CMYK0.200.7400.52
HSL283.52º58.71%30.39%-
HSV(B)283.52º73.98%48.24%-
XYZ9.135.0619.23-
YUV62.11162.37153.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=38.74%
G=12.65%
B=48.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98321230.200.7400.52283.5258.7130.39
Hex62207B144A03411c3b1e
Octal14240173241120644347336
Binary11000101000001111011101001001010011010010001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62207B; }

 p { color: rgb(98,32,123); }

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

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

 a { background-color: rgb(98,32,123); }

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

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

 span { border-color: rgb(98,32,123); }

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