Html Css Color HEX #7327AC Royal Purple

📋 copy color: '#7327AC'

red 115 ◦ green 39 ◦ blue 172

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

Shades of Royal Purple #7327AC

Tints of Royal Purple #7327AC

RGB

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

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

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

R = 35.28%
G = 11.96%
B = 52.76%

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

#7327AC (or 0x7327AC) is known color: Royal Purple. HEX triplet: 73, 27 and AC. RGB value is (115,39,172). Sum of RGB (Red+Green+Blue) = 115+39+172=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #7327AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7327AC is #8CD853. Grayscale: #4C4C4C. Windows color (decimal): -9230420 or 11282291. OLE color: 11282291.

HSL color Cylindrical-coordinate representation of color #7327AC: hue angle of 274.29º 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 #7327AC is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 39 172 -
CMYK 0.33 0.77 0 0.33
HSL 274.29º 0.63% 0.41% -
HSV(B) 274.29º 0.77% 0.67% -
XYZ 15.24 8.07 39.78 -
YUV 76.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 115 39 172 0.33 0.77 0 0.33 274.29 0.63 0.41
Hex 73 27 AC 21 4D 0 21 112 3F 29
Octal 163 47 254 41 115 0 41 422 77 51
Binary 1110011 100111 10101100 100001 1001101 0 100001 100010010 111111 101001

Color Harmonies of #7327AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7327AC

Black with #7327AC

Text Example


Text Example

White with #7327AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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