#62409E

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

Shades of Royal Purple #62409E

Tints of Royal Purple #62409E

Color information

#62409E (or 0x62409E) is unknown color: approx Royal Purple. HEX triplet: 62, 40 and 9E. RGB value is (98,64,158). Sum of RGB (Red+Green+Blue) = 98+64+158=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #62409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62409E is #9DBF61. Grayscale: #545454. Windows color (decimal): -10338146 or 10371170. OLE color: 10371170.

HSL color Cylindrical-coordinate representation of color #62409E: hue angle of 261.7º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62409E is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9864158-
CMYK0.380.5900.38
HSL261.7º42.34%43.53%-
HSV(B)261.7º59.49%61.96%-
XYZ13.048.7333.35-
YUV84.88169.26137.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=30.62%
G=20%
B=49.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98641580.380.5900.38261.742.3443.53
Hex62409E263B0261062a2c
Octal14210023646730464065254
Binary11000101000000100111101001101110110100110100000110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62409E; }

 p { color: rgb(98,64,158); }

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

<style>
 a { background-color: #62409E; }

 a { background-color: rgb(98,64,158); }

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

<style>
 span { border-color: #62409E; }

 span { border-color: rgb(98,64,158); }

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