Html Css Color HEX #7224A0 Royal Purple

📋 copy color: '#7224A0'

red 114 ◦ green 36 ◦ blue 160

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

Shades of Royal Purple #7224A0

Tints of Royal Purple #7224A0

RGB

 RED value IS 114 (44.92% from 255) = 36.77%

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 160 (62.89% from 255) = 51.61%

R = 36.77%
G = 11.61%
B = 51.61%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7224A0 (or 0x7224A0) is known color: Royal Purple. HEX triplet: 72, 24 and A0. RGB value is (114,36,160). Sum of RGB (Red+Green+Blue) = 114+36+160=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #7224A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7224A0 is #8DDB5F. Grayscale: #494949. Windows color (decimal): -9296736 or 10495090. OLE color: 10495090.

HSL color Cylindrical-coordinate representation of color #7224A0: hue angle of 277.74º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7224A0 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 36 160 -
CMYK 0.29 0.78 0 0.37
HSL 277.74º 0.63% 0.38% -
HSV(B) 277.74º 0.78% 0.63% -
XYZ 13.92 7.38 33.95 -
YUV 73.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 114 36 160 0.29 0.78 0 0.37 277.74 0.63 0.38
Hex 72 24 A0 1D 4E 0 25 116 3F 26
Octal 162 44 240 35 116 0 45 426 77 46
Binary 1110010 100100 10100000 11101 1001110 0 100101 100010110 111111 100110

Color Harmonies of #7224A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7224A0

Black with #7224A0

Text Example


Text Example

White with #7224A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7224A0; }

 p { color: rgb(114,36,160); }

 H1.HeaderClassName
 {
   color: #7224A0;
 }
 .AnyTagClassName
 {
   color: #7224A0;
 }
</style>

background-color css

<style>
 a { background-color: #7224A0; }

 a { background-color: rgb(114,36,160); }

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

border-color css

<style>
 span { border-color: #7224A0; }

 span { border-color: rgb(114,36,160); }

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