#62409D

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

Shades of Royal Purple #62409D

Tints of Royal Purple #62409D

Color information

#62409D (or 0x62409D) is unknown color: approx Royal Purple. HEX triplet: 62, 40 and 9D. RGB value is (98,64,157). Sum of RGB (Red+Green+Blue) = 98+64+157=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #62409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62409D is #9DBF62. Grayscale: #545454. Windows color (decimal): -10338147 or 10305634. OLE color: 10305634.

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

Color convert

RGB9864157-
CMYK0.380.5900.38
HSL261.94º42.08%43.33%-
HSV(B)261.94º59.24%61.57%-
XYZ12.968.732.89-
YUV84.77168.76137.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.72%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=30.72%
G=20.06%
B=49.22%

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
Decimal98641570.380.5900.38261.9442.0843.33
Hex62409D263B0261062a2b
Octal14210023546730464065253
Binary11000101000000100111011001101110110100110100000110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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