#60449F

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

Shades of Royal Purple #60449F

Tints of Royal Purple #60449F

Color information

#60449F (or 0x60449F) is unknown color: approx Royal Purple. HEX triplet: 60, 44 and 9F. RGB value is (96,68,159). Sum of RGB (Red+Green+Blue) = 96+68+159=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #60449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60449F is #9FBB60. Grayscale: #565656. Windows color (decimal): -10468193 or 10437728. OLE color: 10437728.

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

Color convert

RGB9668159-
CMYK0.400.5700.38
HSL258.46º40.09%44.51%-
HSV(B)258.46º57.23%62.35%-
XYZ13.159.1233.87-
YUV86.75168.78134.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=29.72%
G=21.05%
B=49.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96681590.400.5700.38258.4640.0944.51
Hex60449F2839026102282d
Octal14010423750710464025055
Binary11000001000100100111111010001110010100110100000010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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