Html Css Color HEX #60219C Royal Purple

📋 copy color: '#60219C'

red 96 ◦ green 33 ◦ blue 156

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

Shades of Royal Purple #60219C

Tints of Royal Purple #60219C

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

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

RGB 96 33 156 -
CMYK 0.38 0.79 0 0.39
HSL 270.73º 0.65% 0.37% -
HSV(B) 270.73º 0.79% 0.61% -
XYZ 11.37 5.97 32.01 -
YUV 65.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 96 33 156 0.38 0.79 0 0.39 270.73 0.65 0.37
Hex 60 21 9C 26 4F 0 27 10F 41 25
Octal 140 41 234 46 117 0 47 417 101 45
Binary 1100000 100001 10011100 100110 1001111 0 100111 100001111 1000001 100101

Color Harmonies of #60219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60219C

Black with #60219C

Text Example


Text Example

White with #60219C

Text Example


Text Example

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