Html Css Color HEX #60229F Royal Purple

📋 copy color: '#60229F'

red 96 ◦ green 34 ◦ blue 159

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

Shades of Royal Purple #60229F

Tints of Royal Purple #60229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.76%

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

R = 33.22%
G = 11.76%
B = 55.02%

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

#60229F (or 0x60229F) is known color: Royal Purple. HEX triplet: 60, 22 and 9F. RGB value is (96,34,159). Sum of RGB (Red+Green+Blue) = 96+34+159=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #60229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60229F is #9FDD60. Grayscale: #424242. Windows color (decimal): -10476897 or 10429024. OLE color: 10429024.

HSL color Cylindrical-coordinate representation of color #60229F: hue angle of 269.76º degrees, saturation: 0.65, 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 #60229F is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 34 159 -
CMYK 0.40 0.79 0 0.38
HSL 269.76º 0.65% 0.38% -
HSV(B) 269.76º 0.79% 0.62% -
XYZ 11.65 6.13 33.37 -
YUV 66.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 96 34 159 0.40 0.79 0 0.38 269.76 0.65 0.38
Hex 60 22 9F 28 4F 0 26 10E 41 26
Octal 140 42 237 50 117 0 46 416 101 46
Binary 1100000 100010 10011111 101000 1001111 0 100110 100001110 1000001 100110

Color Harmonies of #60229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60229F

Black with #60229F

Text Example


Text Example

White with #60229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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