#62369D

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

Shades of Royal Purple #62369D

Tints of Royal Purple #62369D

Color information

#62369D (or 0x62369D) is unknown color: approx Royal Purple. HEX triplet: 62, 36 and 9D. RGB value is (98,54,157). Sum of RGB (Red+Green+Blue) = 98+54+157=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #62369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62369D is #9DC962. Grayscale: #4E4E4E. Windows color (decimal): -10340707 or 10303074. OLE color: 10303074.

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

Color convert

RGB9854157-
CMYK0.380.6600.38
HSL265.63º48.82%41.37%-
HSV(B)265.63º65.61%61.57%-
XYZ12.447.6732.72-
YUV78.9172.08141.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=31.72%
G=17.48%
B=50.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98541570.380.6600.38265.6348.8241.37
Hex62369D264202610a3129
Octal14266235461020464126151
Binary11000101101101001110110011010000100100110100001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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