Html Css Color HEX #7127AC Royal Purple

📋 copy color: '#7127AC'

red 113 ◦ green 39 ◦ blue 172

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

Shades of Royal Purple #7127AC

Tints of Royal Purple #7127AC

RGB

 RED value IS 113 (44.53% from 255) = 34.88%

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

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

R = 34.88%
G = 12.04%
B = 53.09%

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

#7127AC (or 0x7127AC) is known color: Royal Purple. HEX triplet: 71, 27 and AC. RGB value is (113,39,172). Sum of RGB (Red+Green+Blue) = 113+39+172=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #7127AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7127AC is #8ED853. Grayscale: #4B4B4B. Windows color (decimal): -9361492 or 11282289. OLE color: 11282289.

HSL color Cylindrical-coordinate representation of color #7127AC: hue angle of 273.38º 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 #7127AC is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 39 172 -
CMYK 0.34 0.77 0 0.33
HSL 273.38º 0.63% 0.41% -
HSV(B) 273.38º 0.77% 0.67% -
XYZ 14.98 7.94 39.77 -
YUV 76.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 113 39 172 0.34 0.77 0 0.33 273.38 0.63 0.41
Hex 71 27 AC 22 4D 0 21 111 3F 29
Octal 161 47 254 42 115 0 41 421 77 51
Binary 1110001 100111 10101100 100010 1001101 0 100001 100010001 111111 101001

Color Harmonies of #7127AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127AC

Black with #7127AC

Text Example


Text Example

White with #7127AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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