Html Css Color HEX #7226AB Royal Purple

📋 copy color: '#7226AB'

red 114 ◦ green 38 ◦ blue 171

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

Shades of Royal Purple #7226AB

Tints of Royal Purple #7226AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 35.29%
G = 11.76%
B = 52.94%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7226AB (or 0x7226AB) is known color: Royal Purple. HEX triplet: 72, 26 and AB. RGB value is (114,38,171). Sum of RGB (Red+Green+Blue) = 114+38+171=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #7226AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7226AB is #8DD954. Grayscale: #4B4B4B. Windows color (decimal): -9296213 or 11216498. OLE color: 11216498.

HSL color Cylindrical-coordinate representation of color #7226AB: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7226AB is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 38 171 -
CMYK 0.33 0.78 0 0.33
HSL 274.29º 0.64% 0.41% -
HSV(B) 274.29º 0.78% 0.67% -
XYZ 14.98 7.9 39.26 -
YUV 75.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 114 38 171 0.33 0.78 0 0.33 274.29 0.64 0.41
Hex 72 26 AB 21 4E 0 21 112 40 29
Octal 162 46 253 41 116 0 41 422 100 51
Binary 1110010 100110 10101011 100001 1001110 0 100001 100010010 1000000 101001

Color Harmonies of #7226AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7226AB

Black with #7226AB

Text Example


Text Example

White with #7226AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7226AB; }

 p { color: rgb(114,38,171); }

 H1.HeaderClassName
 {
   color: #7226AB;
 }
 .AnyTagClassName
 {
   color: #7226AB;
 }
</style>

background-color css

<style>
 a { background-color: #7226AB; }

 a { background-color: rgb(114,38,171); }

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

border-color css

<style>
 span { border-color: #7226AB; }

 span { border-color: rgb(114,38,171); }

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