Html Css Color HEX #7931A5 Royal Purple

📋 copy color: '#7931A5'

red 121 ◦ green 49 ◦ blue 165

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

Shades of Royal Purple #7931A5

Tints of Royal Purple #7931A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 36.12%
G = 14.63%
B = 49.25%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7931A5 (or 0x7931A5) is known color: Royal Purple. HEX triplet: 79, 31 and A5. RGB value is (121,49,165). Sum of RGB (Red+Green+Blue) = 121+49+165=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #7931A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7931A5 is #86CE5A. Grayscale: #535353. Windows color (decimal): -8834651 or 10826105. OLE color: 10826105.

HSL color Cylindrical-coordinate representation of color #7931A5: hue angle of 277.24º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7931A5 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 49 165 -
CMYK 0.27 0.70 0 0.35
HSL 277.24º 0.54% 0.42% -
HSV(B) 277.24º 0.7% 0.65% -
XYZ 15.78 8.98 36.5 -
YUV 83.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 121 49 165 0.27 0.70 0 0.35 277.24 0.54 0.42
Hex 79 31 A5 1B 46 0 23 115 36 2A
Octal 171 61 245 33 106 0 43 425 66 52
Binary 1111001 110001 10100101 11011 1000110 0 100011 100010101 110110 101010

Color Harmonies of #7931A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7931A5

Black with #7931A5

Text Example


Text Example

White with #7931A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7931A5; }

 p { color: rgb(121,49,165); }

 H1.HeaderClassName
 {
   color: #7931A5;
 }
 .AnyTagClassName
 {
   color: #7931A5;
 }
</style>

background-color css

<style>
 a { background-color: #7931A5; }

 a { background-color: rgb(121,49,165); }

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

border-color css

<style>
 span { border-color: #7931A5; }

 span { border-color: rgb(121,49,165); }

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