Html Css Color HEX #722BAA Royal Purple

📋 copy color: '#722BAA'

red 114 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #722BAA

Tints of Royal Purple #722BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.15%

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 34.86%
G = 13.15%
B = 51.99%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#722BAA (or 0x722BAA) is known color: Royal Purple. HEX triplet: 72, 2B and AA. RGB value is (114,43,170). Sum of RGB (Red+Green+Blue) = 114+43+170=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #722BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722BAA is #8DD455. Grayscale: #4E4E4E. Windows color (decimal): -9294934 or 11152242. OLE color: 11152242.

HSL color Cylindrical-coordinate representation of color #722BAA: hue angle of 273.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722BAA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 43 170 -
CMYK 0.33 0.75 0 0.33
HSL 273.54º 0.6% 0.42% -
HSV(B) 273.54º 0.75% 0.67% -
XYZ 15.06 8.21 38.82 -
YUV 78.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 114 43 170 0.33 0.75 0 0.33 273.54 0.6 0.42
Hex 72 2B AA 21 4B 0 21 112 3C 2A
Octal 162 53 252 41 113 0 41 422 74 52
Binary 1110010 101011 10101010 100001 1001011 0 100001 100010010 111100 101010

Color Harmonies of #722BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722BAA

Black with #722BAA

Text Example


Text Example

White with #722BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722BAA; }

 p { color: rgb(114,43,170); }

 H1.HeaderClassName
 {
   color: #722BAA;
 }
 .AnyTagClassName
 {
   color: #722BAA;
 }
</style>

background-color css

<style>
 a { background-color: #722BAA; }

 a { background-color: rgb(114,43,170); }

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

border-color css

<style>
 span { border-color: #722BAA; }

 span { border-color: rgb(114,43,170); }

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