Html Css Color HEX #7128AC Royal Purple

📋 copy color: '#7128AC'

red 113 ◦ green 40 ◦ blue 172

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

Shades of Royal Purple #7128AC

Tints of Royal Purple #7128AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

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

R = 34.77%
G = 12.31%
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

#7128AC (or 0x7128AC) is known color: Royal Purple. HEX triplet: 71, 28 and AC. RGB value is (113,40,172). Sum of RGB (Red+Green+Blue) = 113+40+172=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 40 (16.02% from 255 or 12.31% 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 #7128AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7128AC is #8ED753. Grayscale: #4C4C4C. Windows color (decimal): -9361236 or 11282545. OLE color: 11282545.

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

Color convert

RGB 113 40 172 -
CMYK 0.34 0.77 0 0.33
HSL 273.18º 0.62% 0.42% -
HSV(B) 273.18º 0.77% 0.67% -
XYZ 15.02 8.01 39.78 -
YUV 76.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 113 40 172 0.34 0.77 0 0.33 273.18 0.62 0.42
Hex 71 28 AC 22 4D 0 21 111 3E 2A
Octal 161 50 254 42 115 0 41 421 76 52
Binary 1110001 101000 10101100 100010 1001101 0 100001 100010001 111110 101010

Color Harmonies of #7128AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7128AC

Black with #7128AC

Text Example


Text Example

White with #7128AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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