#60199E

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

Shades of Royal Purple #60199E

Tints of Royal Purple #60199E

Color information

#60199E (or 0x60199E) is unknown color: approx Royal Purple. HEX triplet: 60, 19 and 9E. RGB value is (96,25,158). Sum of RGB (Red+Green+Blue) = 96+25+158=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #60199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60199E is #9FE661. Grayscale: #3C3C3C. Windows color (decimal): -10479202 or 10361184. OLE color: 10361184.

HSL color Cylindrical-coordinate representation of color #60199E: hue angle of 272.03º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60199E is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9625158-
CMYK0.390.8400.38
HSL272.03º72.68%35.88%-
HSV(B)272.03º84.18%61.96%-
XYZ11.345.6532.84-
YUV61.39182.52152.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=34.41%
G=8.96%
B=56.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96251580.390.8400.38272.0372.6835.88
Hex60199E27540261104924
Octal140312364712404642011144
Binary11000001100110011110100111101010001001101000100001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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