Html Css Color HEX #7327AB Royal Purple

📋 copy color: '#7327AB'

red 115 ◦ green 39 ◦ blue 171

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

Shades of Royal Purple #7327AB

Tints of Royal Purple #7327AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

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

R = 35.38%
G = 12%
B = 52.62%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7327AB (or 0x7327AB) is known color: Royal Purple. HEX triplet: 73, 27 and AB. RGB value is (115,39,171). Sum of RGB (Red+Green+Blue) = 115+39+171=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #7327AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7327AB is #8CD854. Grayscale: #4C4C4C. Windows color (decimal): -9230421 or 11216755. OLE color: 11216755.

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

Color convert

RGB 115 39 171 -
CMYK 0.33 0.77 0 0.33
HSL 274.55º 0.63% 0.41% -
HSV(B) 274.55º 0.77% 0.67% -
XYZ 15.15 8.04 39.28 -
YUV 76.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 115 39 171 0.33 0.77 0 0.33 274.55 0.63 0.41
Hex 73 27 AB 21 4D 0 21 113 3F 29
Octal 163 47 253 41 115 0 41 423 77 51
Binary 1110011 100111 10101011 100001 1001101 0 100001 100010011 111111 101001

Color Harmonies of #7327AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7327AB

Black with #7327AB

Text Example


Text Example

White with #7327AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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