#62309F

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

Shades of Royal Purple #62309F

Tints of Royal Purple #62309F

Color information

#62309F (or 0x62309F) is unknown color: approx Royal Purple. HEX triplet: 62, 30 and 9F. RGB value is (98,48,159). Sum of RGB (Red+Green+Blue) = 98+48+159=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #62309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62309F is #9DCF60. Grayscale: #4B4B4B. Windows color (decimal): -10342241 or 10432610. OLE color: 10432610.

HSL color Cylindrical-coordinate representation of color #62309F: hue angle of 267.03º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62309F is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9848159-
CMYK0.380.7000.38
HSL267.03º53.62%40.59%-
HSV(B)267.03º69.81%62.35%-
XYZ12.357.2133.54-
YUV75.6175.06143.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=32.13%
G=15.74%
B=52.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98481590.380.7000.38267.0353.6240.59
Hex62309F264602610b3629
Octal14260237461060464136651
Binary11000101100001001111110011010001100100110100001011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62309F; }

 p { color: rgb(98,48,159); }

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

<style>
 a { background-color: #62309F; }

 a { background-color: rgb(98,48,159); }

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

<style>
 span { border-color: #62309F; }

 span { border-color: rgb(98,48,159); }

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