#60219A

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

Shades of Royal Purple #60219A

Tints of Royal Purple #60219A

Color information

#60219A (or 0x60219A) is unknown color: approx Royal Purple. HEX triplet: 60, 21 and 9A. RGB value is (96,33,154). Sum of RGB (Red+Green+Blue) = 96+33+154=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #60219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60219A is #9FDE65. Grayscale: #414141. Windows color (decimal): -10477158 or 10101088. OLE color: 10101088.

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

Color convert

RGB9633154-
CMYK0.380.7900.40
HSL271.24º64.71%36.67%-
HSV(B)271.24º78.57%60.39%-
XYZ11.25.9131.12-
YUV65.63177.87149.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=33.92%
G=11.66%
B=54.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96331540.380.7900.40271.2464.7136.67
Hex60219A264F02810f4125
Octal140412324611705041710145
Binary110000010000110011010100110100111101010001000011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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