Html Css Color HEX #7325AB Royal Purple

📋 copy color: '#7325AB'

red 115 ◦ green 37 ◦ blue 171

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

Shades of Royal Purple #7325AB

Tints of Royal Purple #7325AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

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

R = 35.6%
G = 11.46%
B = 52.94%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7325AB (or 0x7325AB) is known color: Royal Purple. HEX triplet: 73, 25 and AB. RGB value is (115,37,171). Sum of RGB (Red+Green+Blue) = 115+37+171=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #7325AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7325AB is #8CDA54. Grayscale: #4B4B4B. Windows color (decimal): -9230933 or 11216243. OLE color: 11216243.

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

Color convert

RGB 115 37 171 -
CMYK 0.33 0.78 0 0.33
HSL 274.93º 0.64% 0.41% -
HSV(B) 274.93º 0.78% 0.67% -
XYZ 15.08 7.91 39.26 -
YUV 75.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 115 37 171 0.33 0.78 0 0.33 274.93 0.64 0.41
Hex 73 25 AB 21 4E 0 21 113 40 29
Octal 163 45 253 41 116 0 41 423 100 51
Binary 1110011 100101 10101011 100001 1001110 0 100001 100010011 1000000 101001

Color Harmonies of #7325AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7325AB

Black with #7325AB

Text Example


Text Example

White with #7325AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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