Html Css Color HEX #7A13AA Vivid Violet

📋 copy color: '#7A13AA'

red 122 ◦ green 19 ◦ blue 170

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

Shades of Vivid Violet #7A13AA

Tints of Vivid Violet #7A13AA

RGB

 RED value IS 122 (48.05% from 255) = 39.23%

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

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

R = 39.23%
G = 6.11%
B = 54.66%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A13AA (or 0x7A13AA) is known color: Vivid Violet. HEX triplet: 7A, 13 and AA. RGB value is (122,19,170). Sum of RGB (Red+Green+Blue) = 122+19+170=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A13AA is #85EC55. Grayscale: #424242. Windows color (decimal): -8776790 or 11146106. OLE color: 11146106.

HSL color Cylindrical-coordinate representation of color #7A13AA: hue angle of 280.93º 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 #7A13AA is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 19 170 -
CMYK 0.28 0.89 0 0.33
HSL 280.93º 0.8% 0.37% -
HSV(B) 280.93º 0.89% 0.67% -
XYZ 15.51 7.51 38.66 -
YUV 67.01 186.12 167.22 -
System Red Green Blue C M Y K H S L
Decimal 122 19 170 0.28 0.89 0 0.33 280.93 0.8 0.37
Hex 7A 13 AA 1C 59 0 21 119 50 25
Octal 172 23 252 34 131 0 41 431 120 45
Binary 1111010 10011 10101010 11100 1011001 0 100001 100011001 1010000 100101

Color Harmonies of #7A13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A13AA

Black with #7A13AA

Text Example


Text Example

White with #7A13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A13AA; }

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

 H1.HeaderClassName
 {
   color: #7A13AA;
 }
 .AnyTagClassName
 {
   color: #7A13AA;
 }
</style>

background-color css

<style>
 a { background-color: #7A13AA; }

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

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

border-color css

<style>
 span { border-color: #7A13AA; }

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

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