Html Css Color HEX #7331AC Royal Purple

📋 copy color: '#7331AC'

red 115 ◦ green 49 ◦ blue 172

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

Shades of Royal Purple #7331AC

Tints of Royal Purple #7331AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

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

R = 34.23%
G = 14.58%
B = 51.19%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7331AC (or 0x7331AC) is known color: Royal Purple. HEX triplet: 73, 31 and AC. RGB value is (115,49,172). Sum of RGB (Red+Green+Blue) = 115+49+172=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #7331AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7331AC is #8CCE53. Grayscale: #525252. Windows color (decimal): -9227860 or 11284851. OLE color: 11284851.

HSL color Cylindrical-coordinate representation of color #7331AC: hue angle of 272.2º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7331AC is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 49 172 -
CMYK 0.33 0.72 0 0.33
HSL 272.2º 0.56% 0.43% -
HSV(B) 272.2º 0.72% 0.67% -
XYZ 15.61 8.82 39.91 -
YUV 82.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 115 49 172 0.33 0.72 0 0.33 272.2 0.56 0.43
Hex 73 31 AC 21 48 0 21 110 38 2B
Octal 163 61 254 41 110 0 41 420 70 53
Binary 1110011 110001 10101100 100001 1001000 0 100001 100010000 111000 101011

Color Harmonies of #7331AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7331AC

Black with #7331AC

Text Example


Text Example

White with #7331AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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