#60409E

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

Shades of Royal Purple #60409E

Tints of Royal Purple #60409E

Color information

#60409E (or 0x60409E) is unknown color: approx Royal Purple. HEX triplet: 60, 40 and 9E. RGB value is (96,64,158). Sum of RGB (Red+Green+Blue) = 96+64+158=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #60409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60409E is #9FBF61. Grayscale: #535353. Windows color (decimal): -10469218 or 10371168. OLE color: 10371168.

HSL color Cylindrical-coordinate representation of color #60409E: hue angle of 260.43º 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 #60409E is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9664158-
CMYK0.390.5900.38
HSL260.43º42.34%43.53%-
HSV(B)260.43º59.49%61.96%-
XYZ12.838.6233.34-
YUV84.28169.6136.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 158 (62.11% from 255) = 49.69%
R=30.19%
G=20.13%
B=49.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96641580.390.5900.38260.4342.3443.53
Hex60409E273B0261042a2c
Octal14010023647730464045254
Binary11000001000000100111101001111110110100110100000100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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