Html Css Color HEX #7A1DAA Vivid Violet

📋 copy color: '#7A1DAA'

red 122 ◦ green 29 ◦ blue 170

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

Shades of Vivid Violet #7A1DAA

Tints of Vivid Violet #7A1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

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

R = 38.01%
G = 9.03%
B = 52.96%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A1DAA (or 0x7A1DAA) is known color: Vivid Violet. HEX triplet: 7A, 1D and AA. RGB value is (122,29,170). Sum of RGB (Red+Green+Blue) = 122+29+170=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A1DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1DAA is #85E255. Grayscale: #484848. Windows color (decimal): -8774230 or 11148666. OLE color: 11148666.

HSL color Cylindrical-coordinate representation of color #7A1DAA: hue angle of 279.57º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1DAA is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 29 170 -
CMYK 0.28 0.83 0 0.33
HSL 279.57º 0.71% 0.39% -
HSV(B) 279.57º 0.83% 0.67% -
XYZ 15.72 7.92 38.73 -
YUV 72.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 122 29 170 0.28 0.83 0 0.33 279.57 0.71 0.39
Hex 7A 1D AA 1C 53 0 21 118 47 27
Octal 172 35 252 34 123 0 41 430 107 47
Binary 1111010 11101 10101010 11100 1010011 0 100001 100011000 1000111 100111

Color Harmonies of #7A1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1DAA

Black with #7A1DAA

Text Example


Text Example

White with #7A1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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