#62209D

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

Shades of Royal Purple #62209D

Tints of Royal Purple #62209D

Color information

#62209D (or 0x62209D) is unknown color: approx Royal Purple. HEX triplet: 62, 20 and 9D. RGB value is (98,32,157). Sum of RGB (Red+Green+Blue) = 98+32+157=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #62209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62209D is #9DDF62. Grayscale: #414141. Windows color (decimal): -10346339 or 10297442. OLE color: 10297442.

HSL color Cylindrical-coordinate representation of color #62209D: hue angle of 271.68º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62209D is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9832157-
CMYK0.380.8000.38
HSL271.68º66.14%37.06%-
HSV(B)271.68º79.62%61.57%-
XYZ11.646.0632.46-
YUV65.98179.37150.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=34.15%
G=11.15%
B=54.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98321570.380.8000.38271.6866.1437.06
Hex62209D26500261104225
Octal142402354612004642010245
Binary110001010000010011101100110101000001001101000100001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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