Html Css Color HEX #60219F Royal Purple

📋 copy color: '#60219F'

red 96 ◦ green 33 ◦ blue 159

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

Shades of Royal Purple #60219F

Tints of Royal Purple #60219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 33.33%
G = 11.46%
B = 55.21%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60219F (or 0x60219F) is known color: Royal Purple. HEX triplet: 60, 21 and 9F. RGB value is (96,33,159). Sum of RGB (Red+Green+Blue) = 96+33+159=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #60219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60219F is #9FDE60. Grayscale: #414141. Windows color (decimal): -10477153 or 10428768. OLE color: 10428768.

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

Color convert

RGB 96 33 159 -
CMYK 0.40 0.79 0 0.38
HSL 270º 0.66% 0.38% -
HSV(B) 270º 0.79% 0.62% -
XYZ 11.63 6.08 33.36 -
YUV 66.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 96 33 159 0.40 0.79 0 0.38 270 0.66 0.38
Hex 60 21 9F 28 4F 0 26 10E 42 26
Octal 140 41 237 50 117 0 46 416 102 46
Binary 1100000 100001 10011111 101000 1001111 0 100110 100001110 1000010 100110

Color Harmonies of #60219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60219F

Black with #60219F

Text Example


Text Example

White with #60219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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