Html Css Color HEX #7A1CAA Vivid Violet

📋 copy color: '#7A1CAA'

red 122 ◦ green 28 ◦ blue 170

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

Shades of Vivid Violet #7A1CAA

Tints of Vivid Violet #7A1CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

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

R = 38.13%
G = 8.75%
B = 53.13%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A1CAA (or 0x7A1CAA) is known color: Vivid Violet. HEX triplet: 7A, 1C and AA. RGB value is (122,28,170). Sum of RGB (Red+Green+Blue) = 122+28+170=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1CAA is #85E355. Grayscale: #474747. Windows color (decimal): -8774486 or 11148410. OLE color: 11148410.

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

Color convert

RGB 122 28 170 -
CMYK 0.28 0.84 0 0.33
HSL 279.72º 0.72% 0.39% -
HSV(B) 279.72º 0.84% 0.67% -
XYZ 15.7 7.87 38.72 -
YUV 72.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 122 28 170 0.28 0.84 0 0.33 279.72 0.72 0.39
Hex 7A 1C AA 1C 54 0 21 118 48 27
Octal 172 34 252 34 124 0 41 430 110 47
Binary 1111010 11100 10101010 11100 1010100 0 100001 100011000 1001000 100111

Color Harmonies of #7A1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1CAA

Black with #7A1CAA

Text Example


Text Example

White with #7A1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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