Html Css Color HEX #60219E Royal Purple

📋 copy color: '#60219E'

red 96 ◦ green 33 ◦ blue 158

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

Shades of Royal Purple #60219E

Tints of Royal Purple #60219E

RGB

 RED value IS 96 (37.89% from 255) = 33.45%

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 33.45%
G = 11.5%
B = 55.05%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60219E (or 0x60219E) is known color: Royal Purple. HEX triplet: 60, 21 and 9E. RGB value is (96,33,158). Sum of RGB (Red+Green+Blue) = 96+33+158=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #60219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60219E is #9FDE61. Grayscale: #414141. Windows color (decimal): -10477154 or 10363232. OLE color: 10363232.

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

Color convert

RGB 96 33 158 -
CMYK 0.39 0.79 0 0.38
HSL 270.24º 0.65% 0.37% -
HSV(B) 270.24º 0.79% 0.62% -
XYZ 11.54 6.04 32.91 -
YUV 66.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 96 33 158 0.39 0.79 0 0.38 270.24 0.65 0.37
Hex 60 21 9E 27 4F 0 26 10E 41 25
Octal 140 41 236 47 117 0 46 416 101 45
Binary 1100000 100001 10011110 100111 1001111 0 100110 100001110 1000001 100101

Color Harmonies of #60219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60219E

Black with #60219E

Text Example


Text Example

White with #60219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60219E;
 }
 .AnyTagClassName
 {
   color: #60219E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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