#62209A

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

Shades of Royal Purple #62209A

Tints of Royal Purple #62209A

Color information

#62209A (or 0x62209A) is unknown color: approx Royal Purple. HEX triplet: 62, 20 and 9A. RGB value is (98,32,154). Sum of RGB (Red+Green+Blue) = 98+32+154=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #62209A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62209A is #9DDF65. Grayscale: #414141. Windows color (decimal): -10346342 or 10100834. OLE color: 10100834.

HSL color Cylindrical-coordinate representation of color #62209A: hue angle of 272.46º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62209A is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9832154-
CMYK0.360.7900.40
HSL272.46º65.59%36.47%-
HSV(B)272.46º79.22%60.39%-
XYZ11.395.9631.12-
YUV65.64177.87151.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=34.51%
G=11.27%
B=54.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98321540.360.7900.40272.4665.5936.47
Hex62209A244F0281104224
Octal142402324411705042010244
Binary110001010000010011010100100100111101010001000100001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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