Html Css Color HEX #7E20AD Vivid Violet

📋 copy color: '#7E20AD'

red 126 ◦ green 32 ◦ blue 173

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

Shades of Vivid Violet #7E20AD

Tints of Vivid Violet #7E20AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 38.07%
G = 9.67%
B = 52.27%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E20AD (or 0x7E20AD) is known color: Vivid Violet. HEX triplet: 7E, 20 and AD. RGB value is (126,32,173). Sum of RGB (Red+Green+Blue) = 126+32+173=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E20AD is #81DF52. Grayscale: #4B4B4B. Windows color (decimal): -8511315 or 11346046. OLE color: 11346046.

HSL color Cylindrical-coordinate representation of color #7E20AD: hue angle of 280º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E20AD is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 32 173 -
CMYK 0.27 0.82 0 0.32
HSL 280º 0.69% 0.4% -
HSV(B) 280º 0.82% 0.68% -
XYZ 16.66 8.49 40.29 -
YUV 76.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 126 32 173 0.27 0.82 0 0.32 280 0.69 0.4
Hex 7E 20 AD 1B 52 0 20 118 45 28
Octal 176 40 255 33 122 0 40 430 105 50
Binary 1111110 100000 10101101 11011 1010010 0 100000 100011000 1000101 101000

Color Harmonies of #7E20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E20AD

Black with #7E20AD

Text Example


Text Example

White with #7E20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,32,173); }

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

background-color css

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

 a { background-color: rgb(126,32,173); }

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

border-color css

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

 span { border-color: rgb(126,32,173); }

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