Html Css Color HEX #7E01AE Dark Violet

📋 copy color: '#7E01AE'

red 126 ◦ green 1 ◦ blue 174

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

Shades of Dark Violet #7E01AE

Tints of Dark Violet #7E01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 41.86%
G = 0.33%
B = 57.81%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E01AE (or 0x7E01AE) is known color: Dark Violet. HEX triplet: 7E, 01 and AE. RGB value is (126,1,174). Sum of RGB (Red+Green+Blue) = 126+1+174=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E01AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E01AE is #81FE51. Grayscale: #393939. Windows color (decimal): -8519250 or 11403646. OLE color: 11403646.

HSL color Cylindrical-coordinate representation of color #7E01AE: hue angle of 283.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E01AE is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 1 174 -
CMYK 0.28 0.99 0 0.32
HSL 283.35º 0.99% 0.34% -
HSV(B) 283.35º 0.99% 0.68% -
XYZ 16.26 7.51 40.64 -
YUV 58.1 193.41 176.43 -
System Red Green Blue C M Y K H S L
Decimal 126 1 174 0.28 0.99 0 0.32 283.35 0.99 0.34
Hex 7E 1 AE 1C 63 0 20 11B 63 22
Octal 176 1 256 34 143 0 40 433 143 42
Binary 1111110 1 10101110 11100 1100011 0 100000 100011011 1100011 100010

Color Harmonies of #7E01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E01AE

Black with #7E01AE

Text Example


Text Example

White with #7E01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,1,174); }

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

background-color css

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

 a { background-color: rgb(126,1,174); }

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

border-color css

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

 span { border-color: rgb(126,1,174); }

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