Html Css Color HEX #7A1EAB Vivid Violet

📋 copy color: '#7A1EAB'

red 122 ◦ green 30 ◦ blue 171

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

Shades of Vivid Violet #7A1EAB

Tints of Vivid Violet #7A1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.29%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 37.77%
G = 9.29%
B = 52.94%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A1EAB (or 0x7A1EAB) is known color: Vivid Violet. HEX triplet: 7A, 1E and AB. RGB value is (122,30,171). Sum of RGB (Red+Green+Blue) = 122+30+171=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A1EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1EAB is #85E154. Grayscale: #494949. Windows color (decimal): -8773973 or 11214458. OLE color: 11214458.

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

Color convert

RGB 122 30 171 -
CMYK 0.29 0.82 0 0.33
HSL 279.15º 0.7% 0.39% -
HSV(B) 279.15º 0.82% 0.67% -
XYZ 15.84 8.01 39.24 -
YUV 73.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 122 30 171 0.29 0.82 0 0.33 279.15 0.7 0.39
Hex 7A 1E AB 1D 52 0 21 117 46 27
Octal 172 36 253 35 122 0 41 427 106 47
Binary 1111010 11110 10101011 11101 1010010 0 100001 100010111 1000110 100111

Color Harmonies of #7A1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1EAB

Black with #7A1EAB

Text Example


Text Example

White with #7A1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,30,171); }

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

background-color css

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

 a { background-color: rgb(122,30,171); }

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

border-color css

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

 span { border-color: rgb(122,30,171); }

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