Html Css Color HEX #7227AC Royal Purple

📋 copy color: '#7227AC'

red 114 ◦ green 39 ◦ blue 172

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

Shades of Royal Purple #7227AC

Tints of Royal Purple #7227AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 35.08%
G = 12%
B = 52.92%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7227AC (or 0x7227AC) is known color: Royal Purple. HEX triplet: 72, 27 and AC. RGB value is (114,39,172). Sum of RGB (Red+Green+Blue) = 114+39+172=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #7227AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7227AC is #8DD853. Grayscale: #4C4C4C. Windows color (decimal): -9295956 or 11282290. OLE color: 11282290.

HSL color Cylindrical-coordinate representation of color #7227AC: hue angle of 273.83º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7227AC is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 39 172 -
CMYK 0.34 0.77 0 0.33
HSL 273.83º 0.63% 0.41% -
HSV(B) 273.83º 0.77% 0.67% -
XYZ 15.11 8.01 39.78 -
YUV 76.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 114 39 172 0.34 0.77 0 0.33 273.83 0.63 0.41
Hex 72 27 AC 22 4D 0 21 112 3F 29
Octal 162 47 254 42 115 0 41 422 77 51
Binary 1110010 100111 10101100 100010 1001101 0 100001 100010010 111111 101001

Color Harmonies of #7227AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7227AC

Black with #7227AC

Text Example


Text Example

White with #7227AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7227AC; }

 p { color: rgb(114,39,172); }

 H1.HeaderClassName
 {
   color: #7227AC;
 }
 .AnyTagClassName
 {
   color: #7227AC;
 }
</style>

background-color css

<style>
 a { background-color: #7227AC; }

 a { background-color: rgb(114,39,172); }

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

border-color css

<style>
 span { border-color: #7227AC; }

 span { border-color: rgb(114,39,172); }

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