Html Css Color HEX #60219A Royal Purple

📋 copy color: '#60219A'

red 96 ◦ green 33 ◦ blue 154

#60219A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #60219A

Tints of Royal Purple #60219A

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 value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60219A (or 0x60219A) is known color: 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

RGB 96 33 154 -
CMYK 0.38 0.79 0 0.40
HSL 271.24º 0.65% 0.37% -
HSV(B) 271.24º 0.79% 0.6% -
XYZ 11.2 5.91 31.12 -
YUV 65.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 96 33 154 0.38 0.79 0 0.40 271.24 0.65 0.37
Hex 60 21 9A 26 4F 0 28 10F 41 25
Octal 140 41 232 46 117 0 50 417 101 45
Binary 1100000 100001 10011010 100110 1001111 0 101000 100001111 1000001 100101

Color Harmonies of #60219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60219A

Black with #60219A

Text Example


Text Example

White with #60219A

Text Example


Text Example

HTML Codes & Css Web 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>