#60429F

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

Shades of Royal Purple #60429F

Tints of Royal Purple #60429F

Color information

#60429F (or 0x60429F) is unknown color: approx Royal Purple. HEX triplet: 60, 42 and 9F. RGB value is (96,66,159). Sum of RGB (Red+Green+Blue) = 96+66+159=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #60429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60429F is #9FBD60. Grayscale: #555555. Windows color (decimal): -10468705 or 10437216. OLE color: 10437216.

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

Color convert

RGB9666159-
CMYK0.400.5800.38
HSL259.35º41.33%44.12%-
HSV(B)259.35º58.49%62.35%-
XYZ13.038.8933.83-
YUV85.57169.44135.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=29.91%
G=20.56%
B=49.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96661590.400.5800.38259.3541.3344.12
Hex60429F283A026103292c
Octal14010223750720464035154
Binary11000001000010100111111010001110100100110100000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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