Html Css Color HEX #7329AB Royal Purple

📋 copy color: '#7329AB'

red 115 ◦ green 41 ◦ blue 171

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

Shades of Royal Purple #7329AB

Tints of Royal Purple #7329AB

RGB

 RED value IS 115 (45.31% from 255) = 35.17%

 GREEN value IS 41 (16.41% from 255) = 12.54%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 35.17%
G = 12.54%
B = 52.29%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7329AB (or 0x7329AB) is known color: Royal Purple. HEX triplet: 73, 29 and AB. RGB value is (115,41,171). Sum of RGB (Red+Green+Blue) = 115+41+171=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #7329AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7329AB is #8CD654. Grayscale: #4D4D4D. Windows color (decimal): -9229909 or 11217267. OLE color: 11217267.

HSL color Cylindrical-coordinate representation of color #7329AB: hue angle of 274.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7329AB is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 41 171 -
CMYK 0.33 0.76 0 0.33
HSL 274.15º 0.61% 0.42% -
HSV(B) 274.15º 0.76% 0.67% -
XYZ 15.21 8.17 39.3 -
YUV 77.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 115 41 171 0.33 0.76 0 0.33 274.15 0.61 0.42
Hex 73 29 AB 21 4C 0 21 112 3D 2A
Octal 163 51 253 41 114 0 41 422 75 52
Binary 1110011 101001 10101011 100001 1001100 0 100001 100010010 111101 101010

Color Harmonies of #7329AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329AB

Black with #7329AB

Text Example


Text Example

White with #7329AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7329AB; }

 p { color: rgb(115,41,171); }

 H1.HeaderClassName
 {
   color: #7329AB;
 }
 .AnyTagClassName
 {
   color: #7329AB;
 }
</style>

background-color css

<style>
 a { background-color: #7329AB; }

 a { background-color: rgb(115,41,171); }

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

border-color css

<style>
 span { border-color: #7329AB; }

 span { border-color: rgb(115,41,171); }

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