Html Css Color HEX #7132AC Royal Purple

📋 copy color: '#7132AC'

red 113 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #7132AC

Tints of Royal Purple #7132AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 33.73%
G = 14.93%
B = 51.34%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7132AC (or 0x7132AC) is known color: Royal Purple. HEX triplet: 71, 32 and AC. RGB value is (113,50,172). Sum of RGB (Red+Green+Blue) = 113+50+172=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #7132AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7132AC is #8ECD53. Grayscale: #525252. Windows color (decimal): -9358676 or 11285105. OLE color: 11285105.

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

Color convert

RGB 113 50 172 -
CMYK 0.34 0.71 0 0.33
HSL 270.98º 0.55% 0.44% -
HSV(B) 270.98º 0.71% 0.67% -
XYZ 15.4 8.77 39.91 -
YUV 82.75 178.37 149.58 -
System Red Green Blue C M Y K H S L
Decimal 113 50 172 0.34 0.71 0 0.33 270.98 0.55 0.44
Hex 71 32 AC 22 47 0 21 10F 37 2C
Octal 161 62 254 42 107 0 41 417 67 54
Binary 1110001 110010 10101100 100010 1000111 0 100001 100001111 110111 101100

Color Harmonies of #7132AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7132AC

Black with #7132AC

Text Example


Text Example

White with #7132AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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