#60409F

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

Shades of Royal Purple #60409F

Tints of Royal Purple #60409F

Color information

#60409F (or 0x60409F) is unknown color: approx Royal Purple. HEX triplet: 60, 40 and 9F. RGB value is (96,64,159). Sum of RGB (Red+Green+Blue) = 96+64+159=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #60409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60409F is #9FBF60. Grayscale: #545454. Windows color (decimal): -10469217 or 10436704. OLE color: 10436704.

HSL color Cylindrical-coordinate representation of color #60409F: hue angle of 260.21º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60409F is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9664159-
CMYK0.400.6000.38
HSL260.21º42.6%43.73%-
HSV(B)260.21º59.75%62.35%-
XYZ12.928.6633.79-
YUV84.4170.1136.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=30.09%
G=20.06%
B=49.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96641590.400.6000.38260.2142.643.73
Hex60409F283C0261042b2c
Octal14010023750740464045354
Binary11000001000000100111111010001111000100110100000100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,64,159); }

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

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

 a { background-color: rgb(96,64,159); }

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

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

 span { border-color: rgb(96,64,159); }

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