#62229B

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

Shades of Royal Purple #62229B

Tints of Royal Purple #62229B

Color information

#62229B (or 0x62229B) is unknown color: approx Royal Purple. HEX triplet: 62, 22 and 9B. RGB value is (98,34,155). Sum of RGB (Red+Green+Blue) = 98+34+155=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #62229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62229B is #9DDD64. Grayscale: #424242. Windows color (decimal): -10345829 or 10166882. OLE color: 10166882.

HSL color Cylindrical-coordinate representation of color #62229B: hue angle of 271.74º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62229B is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9834155-
CMYK0.370.7800.39
HSL271.74º64.02%37.06%-
HSV(B)271.74º78.06%60.78%-
XYZ11.536.1131.58-
YUV66.93177.7150.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=34.15%
G=11.85%
B=54.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98341550.370.7800.39271.7464.0237.06
Hex62229B254E0271104025
Octal142422334511604742010045
Binary110001010001010011011100101100111001001111000100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,34,155); }

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

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

 a { background-color: rgb(98,34,155); }

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

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

 span { border-color: rgb(98,34,155); }

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