#60219C

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

Shades of Royal Purple #60219C

Tints of Royal Purple #60219C

Color information

#60219C (or 0x60219C) is unknown color: approx Royal Purple. HEX triplet: 60, 21 and 9C. RGB value is (96,33,156). Sum of RGB (Red+Green+Blue) = 96+33+156=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #60219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60219C is #9FDE63. Grayscale: #414141. Windows color (decimal): -10477156 or 10232160. OLE color: 10232160.

HSL color Cylindrical-coordinate representation of color #60219C: hue angle of 270.73º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60219C is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9633156-
CMYK0.380.7900.39
HSL270.73º65.08%37.06%-
HSV(B)270.73º78.85%61.18%-
XYZ11.375.9732.01-
YUV65.86178.87149.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=33.68%
G=11.58%
B=54.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96331560.380.7900.39270.7365.0837.06
Hex60219C264F02710f4125
Octal140412344611704741710145
Binary110000010000110011100100110100111101001111000011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60219C; }

 p { color: rgb(96,33,156); }

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

<style>
 a { background-color: #60219C; }

 a { background-color: rgb(96,33,156); }

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

<style>
 span { border-color: #60219C; }

 span { border-color: rgb(96,33,156); }

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