Html Css Color HEX #7E2AAB Vivid Violet

📋 copy color: '#7E2AAB'

red 126 ◦ green 42 ◦ blue 171

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

Shades of Vivid Violet #7E2AAB

Tints of Vivid Violet #7E2AAB

RGB

 RED value IS 126 (49.61% from 255) = 37.17%

 GREEN value IS 42 (16.8% from 255) = 12.39%

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

R = 37.17%
G = 12.39%
B = 50.44%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E2AAB (or 0x7E2AAB) is known color: Vivid Violet. HEX triplet: 7E, 2A and AB. RGB value is (126,42,171). Sum of RGB (Red+Green+Blue) = 126+42+171=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E2AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2AAB is #81D554. Grayscale: #515151. Windows color (decimal): -8508757 or 11217534. OLE color: 11217534.

HSL color Cylindrical-coordinate representation of color #7E2AAB: hue angle of 279.07º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2AAB is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 42 171 -
CMYK 0.26 0.75 0 0.33
HSL 279.07º 0.61% 0.42% -
HSV(B) 279.07º 0.75% 0.67% -
XYZ 16.78 9.03 39.39 -
YUV 81.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 126 42 171 0.26 0.75 0 0.33 279.07 0.61 0.42
Hex 7E 2A AB 1A 4B 0 21 117 3D 2A
Octal 176 52 253 32 113 0 41 427 75 52
Binary 1111110 101010 10101011 11010 1001011 0 100001 100010111 111101 101010

Color Harmonies of #7E2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2AAB

Black with #7E2AAB

Text Example


Text Example

White with #7E2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,42,171); }

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

background-color css

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

 a { background-color: rgb(126,42,171); }

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

border-color css

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

 span { border-color: rgb(126,42,171); }

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