Html Css Color HEX #7226A7 Royal Purple

📋 copy color: '#7226A7'

red 114 ◦ green 38 ◦ blue 167

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

Shades of Royal Purple #7226A7

Tints of Royal Purple #7226A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 52.35%

R = 35.74%
G = 11.91%
B = 52.35%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7226A7 (or 0x7226A7) is known color: Royal Purple. HEX triplet: 72, 26 and A7. RGB value is (114,38,167). Sum of RGB (Red+Green+Blue) = 114+38+167=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 167 (65.62% from 255 or 52.35% from 319); Max value from RGB is 167 - color contains mainly: blue. Hex color #7226A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7226A7 is #8DD958. Grayscale: #4A4A4A. Windows color (decimal): -9296217 or 10954354. OLE color: 10954354.

HSL color Cylindrical-coordinate representation of color #7226A7: hue angle of 275.35º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7226A7 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 38 167 -
CMYK 0.32 0.77 0 0.35
HSL 275.35º 0.63% 0.4% -
HSV(B) 275.35º 0.77% 0.65% -
XYZ 14.61 7.75 37.29 -
YUV 75.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 114 38 167 0.32 0.77 0 0.35 275.35 0.63 0.4
Hex 72 26 A7 20 4D 0 23 113 3F 28
Octal 162 46 247 40 115 0 43 423 77 50
Binary 1110010 100110 10100111 100000 1001101 0 100011 100010011 111111 101000

Color Harmonies of #7226A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7226A7

Black with #7226A7

Text Example


Text Example

White with #7226A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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