Html Css Color HEX #7326AC Royal Purple

📋 copy color: '#7326AC'

red 115 ◦ green 38 ◦ blue 172

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

Shades of Royal Purple #7326AC

Tints of Royal Purple #7326AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

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

R = 35.38%
G = 11.69%
B = 52.92%

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

#7326AC (or 0x7326AC) is known color: Royal Purple. HEX triplet: 73, 26 and AC. RGB value is (115,38,172). Sum of RGB (Red+Green+Blue) = 115+38+172=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #7326AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7326AC is #8CD953. Grayscale: #4B4B4B. Windows color (decimal): -9230676 or 11282035. OLE color: 11282035.

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

Color convert

RGB 115 38 172 -
CMYK 0.33 0.78 0 0.33
HSL 274.48º 0.64% 0.41% -
HSV(B) 274.48º 0.78% 0.67% -
XYZ 15.21 8.01 39.77 -
YUV 76.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 115 38 172 0.33 0.78 0 0.33 274.48 0.64 0.41
Hex 73 26 AC 21 4E 0 21 112 40 29
Octal 163 46 254 41 116 0 41 422 100 51
Binary 1110011 100110 10101100 100001 1001110 0 100001 100010010 1000000 101001

Color Harmonies of #7326AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7326AC

Black with #7326AC

Text Example


Text Example

White with #7326AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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