Html Css Color HEX #7913AA Vivid Violet

📋 copy color: '#7913AA'

red 121 ◦ green 19 ◦ blue 170

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

Shades of Vivid Violet #7913AA

Tints of Vivid Violet #7913AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 39.03%
G = 6.13%
B = 54.84%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7913AA (or 0x7913AA) is known color: Vivid Violet. HEX triplet: 79, 13 and AA. RGB value is (121,19,170). Sum of RGB (Red+Green+Blue) = 121+19+170=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #7913AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7913AA is #86EC55. Grayscale: #424242. Windows color (decimal): -8842326 or 11146105. OLE color: 11146105.

HSL color Cylindrical-coordinate representation of color #7913AA: hue angle of 280.53º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7913AA is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 19 170 -
CMYK 0.29 0.89 0 0.33
HSL 280.53º 0.8% 0.37% -
HSV(B) 280.53º 0.89% 0.67% -
XYZ 15.37 7.43 38.65 -
YUV 66.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 121 19 170 0.29 0.89 0 0.33 280.53 0.8 0.37
Hex 79 13 AA 1D 59 0 21 119 50 25
Octal 171 23 252 35 131 0 41 431 120 45
Binary 1111001 10011 10101010 11101 1011001 0 100001 100011001 1010000 100101

Color Harmonies of #7913AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7913AA

Black with #7913AA

Text Example


Text Example

White with #7913AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7913AA; }

 p { color: rgb(121,19,170); }

 H1.HeaderClassName
 {
   color: #7913AA;
 }
 .AnyTagClassName
 {
   color: #7913AA;
 }
</style>

background-color css

<style>
 a { background-color: #7913AA; }

 a { background-color: rgb(121,19,170); }

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

border-color css

<style>
 span { border-color: #7913AA; }

 span { border-color: rgb(121,19,170); }

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