#60279D

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

Shades of Royal Purple #60279D

Tints of Royal Purple #60279D

Color information

#60279D (or 0x60279D) is unknown color: approx Royal Purple. HEX triplet: 60, 27 and 9D. RGB value is (96,39,157). Sum of RGB (Red+Green+Blue) = 96+39+157=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #60279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60279D is #9FD862. Grayscale: #454545. Windows color (decimal): -10475619 or 10299232. OLE color: 10299232.

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

Color convert

RGB9639157-
CMYK0.390.7500.38
HSL268.98º60.2%38.43%-
HSV(B)268.98º75.16%61.57%-
XYZ11.646.3732.51-
YUV69.49177.38146.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 39 (15.62% from 255) = 13.36%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=32.88%
G=13.36%
B=53.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96391570.390.7500.38268.9860.238.43
Hex60279D274B02610d3c26
Octal14047235471130464157446
Binary11000001001111001110110011110010110100110100001101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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