Html Css Color HEX #7932AC Royal Purple

📋 copy color: '#7932AC'

red 121 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #7932AC

Tints of Royal Purple #7932AC

RGB

 RED value IS 121 (47.66% from 255) = 35.28%

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 35.28%
G = 14.58%
B = 50.15%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7932AC (or 0x7932AC) is known color: Royal Purple. HEX triplet: 79, 32 and AC. RGB value is (121,50,172). Sum of RGB (Red+Green+Blue) = 121+50+172=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #7932AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7932AC is #86CD53. Grayscale: #545454. Windows color (decimal): -8834388 or 11285113. OLE color: 11285113.

HSL color Cylindrical-coordinate representation of color #7932AC: hue angle of 274.92º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7932AC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 50 172 -
CMYK 0.30 0.71 0 0.33
HSL 274.92º 0.55% 0.44% -
HSV(B) 274.92º 0.71% 0.67% -
XYZ 16.47 9.32 39.96 -
YUV 85.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 121 50 172 0.30 0.71 0 0.33 274.92 0.55 0.44
Hex 79 32 AC 1E 47 0 21 113 37 2C
Octal 171 62 254 36 107 0 41 423 67 54
Binary 1111001 110010 10101100 11110 1000111 0 100001 100010011 110111 101100

Color Harmonies of #7932AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7932AC

Black with #7932AC

Text Example


Text Example

White with #7932AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,50,172); }

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

background-color css

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

 a { background-color: rgb(121,50,172); }

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

border-color css

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

 span { border-color: rgb(121,50,172); }

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