Html Css Color HEX #7E13AC Vivid Violet

📋 copy color: '#7E13AC'

red 126 ◦ green 19 ◦ blue 172

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

Shades of Vivid Violet #7E13AC

Tints of Vivid Violet #7E13AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 39.75%
G = 5.99%
B = 54.26%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E13AC (or 0x7E13AC) is known color: Vivid Violet. HEX triplet: 7E, 13 and AC. RGB value is (126,19,172). Sum of RGB (Red+Green+Blue) = 126+19+172=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E13AC is #81EC53. Grayscale: #434343. Windows color (decimal): -8514644 or 11277182. OLE color: 11277182.

HSL color Cylindrical-coordinate representation of color #7E13AC: hue angle of 281.96º 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 #7E13AC is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 19 172 -
CMYK 0.27 0.89 0 0.33
HSL 281.96º 0.8% 0.37% -
HSV(B) 281.96º 0.89% 0.67% -
XYZ 16.28 7.88 39.69 -
YUV 68.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 126 19 172 0.27 0.89 0 0.33 281.96 0.8 0.37
Hex 7E 13 AC 1B 59 0 21 11A 50 25
Octal 176 23 254 33 131 0 41 432 120 45
Binary 1111110 10011 10101100 11011 1011001 0 100001 100011010 1010000 100101

Color Harmonies of #7E13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E13AC

Black with #7E13AC

Text Example


Text Example

White with #7E13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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