Html Css Color HEX #7132AD Royal Purple

📋 copy color: '#7132AD'

red 113 ◦ green 50 ◦ blue 173

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

Shades of Royal Purple #7132AD

Tints of Royal Purple #7132AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 33.63%
G = 14.88%
B = 51.49%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7132AD (or 0x7132AD) is known color: Royal Purple. HEX triplet: 71, 32 and AD. RGB value is (113,50,173). Sum of RGB (Red+Green+Blue) = 113+50+173=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #7132AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7132AD is #8ECD52. Grayscale: #525252. Windows color (decimal): -9358675 or 11350641. OLE color: 11350641.

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

Color convert

RGB 113 50 173 -
CMYK 0.35 0.71 0 0.32
HSL 270.73º 0.55% 0.44% -
HSV(B) 270.73º 0.71% 0.68% -
XYZ 15.49 8.81 40.42 -
YUV 82.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 113 50 173 0.35 0.71 0 0.32 270.73 0.55 0.44
Hex 71 32 AD 23 47 0 20 10F 37 2C
Octal 161 62 255 43 107 0 40 417 67 54
Binary 1110001 110010 10101101 100011 1000111 0 100000 100001111 110111 101100

Color Harmonies of #7132AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7132AD

Black with #7132AD

Text Example


Text Example

White with #7132AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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