#62359C

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

Shades of Royal Purple #62359C

Tints of Royal Purple #62359C

Color information

#62359C (or 0x62359C) is unknown color: approx Royal Purple. HEX triplet: 62, 35 and 9C. RGB value is (98,53,156). Sum of RGB (Red+Green+Blue) = 98+53+156=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #62359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62359C is #9DCA63. Grayscale: #4D4D4D. Windows color (decimal): -10340964 or 10237282. OLE color: 10237282.

HSL color Cylindrical-coordinate representation of color #62359C: hue angle of 266.21º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62359C is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9853156-
CMYK0.370.6600.39
HSL266.21º49.28%40.98%-
HSV(B)266.21º66.03%61.18%-
XYZ12.317.5432.26-
YUV78.2171.91142.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=31.92%
G=17.26%
B=50.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98531560.370.6600.39266.2149.2840.98
Hex62359C254202710a3129
Octal14265234451020474126151
Binary11000101101011001110010010110000100100111100001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62359C; }

 p { color: rgb(98,53,156); }

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

<style>
 a { background-color: #62359C; }

 a { background-color: rgb(98,53,156); }

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

<style>
 span { border-color: #62359C; }

 span { border-color: rgb(98,53,156); }

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