#60279F

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

Shades of Royal Purple #60279F

Tints of Royal Purple #60279F

Color information

#60279F (or 0x60279F) is unknown color: approx Royal Purple. HEX triplet: 60, 27 and 9F. RGB value is (96,39,159). Sum of RGB (Red+Green+Blue) = 96+39+159=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #60279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60279F is #9FD860. Grayscale: #454545. Windows color (decimal): -10475617 or 10430304. OLE color: 10430304.

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

Color convert

RGB9639159-
CMYK0.400.7500.38
HSL268.5º60.61%38.82%-
HSV(B)268.5º75.47%62.35%-
XYZ11.816.4433.42-
YUV69.72178.38146.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=32.65%
G=13.27%
B=54.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96391590.400.7500.38268.560.6138.82
Hex60279F284B02610c3d27
Octal14047237501130464147547
Binary11000001001111001111110100010010110100110100001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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