Html Css Color HEX #7E13AA Vivid Violet

📋 copy color: '#7E13AA'

red 126 ◦ green 19 ◦ blue 170

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

Shades of Vivid Violet #7E13AA

Tints of Vivid Violet #7E13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

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

R = 40%
G = 6.03%
B = 53.97%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E13AA (or 0x7E13AA) is known color: Vivid Violet. HEX triplet: 7E, 13 and AA. RGB value is (126,19,170). Sum of RGB (Red+Green+Blue) = 126+19+170=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E13AA is #81EC55. Grayscale: #434343. Windows color (decimal): -8514646 or 11146110. OLE color: 11146110.

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

Color convert

RGB 126 19 170 -
CMYK 0.26 0.89 0 0.33
HSL 282.52º 0.8% 0.37% -
HSV(B) 282.52º 0.89% 0.67% -
XYZ 16.09 7.8 38.69 -
YUV 68.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 126 19 170 0.26 0.89 0 0.33 282.52 0.8 0.37
Hex 7E 13 AA 1A 59 0 21 11B 50 25
Octal 176 23 252 32 131 0 41 433 120 45
Binary 1111110 10011 10101010 11010 1011001 0 100001 100011011 1010000 100101

Color Harmonies of #7E13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E13AA

Black with #7E13AA

Text Example


Text Example

White with #7E13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,19,170); }

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

background-color css

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

 a { background-color: rgb(126,19,170); }

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

border-color css

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

 span { border-color: rgb(126,19,170); }

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