Html Css Color HEX #7936AC Royal Purple

📋 copy color: '#7936AC'

red 121 ◦ green 54 ◦ blue 172

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

Shades of Royal Purple #7936AC

Tints of Royal Purple #7936AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 34.87%
G = 15.56%
B = 49.57%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7936AC (or 0x7936AC) is known color: Royal Purple. HEX triplet: 79, 36 and AC. RGB value is (121,54,172). Sum of RGB (Red+Green+Blue) = 121+54+172=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #7936AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7936AC is #86C953. Grayscale: #575757. Windows color (decimal): -8833364 or 11286137. OLE color: 11286137.

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

Color convert

RGB 121 54 172 -
CMYK 0.30 0.69 0 0.33
HSL 274.07º 0.52% 0.44% -
HSV(B) 274.07º 0.69% 0.67% -
XYZ 16.65 9.68 40.02 -
YUV 87.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 121 54 172 0.30 0.69 0 0.33 274.07 0.52 0.44
Hex 79 36 AC 1E 45 0 21 112 34 2C
Octal 171 66 254 36 105 0 41 422 64 54
Binary 1111001 110110 10101100 11110 1000101 0 100001 100010010 110100 101100

Color Harmonies of #7936AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7936AC

Black with #7936AC

Text Example


Text Example

White with #7936AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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