Html Css Color HEX #7E0ACE Dark Violet

📋 copy color: '#7E0ACE'

red 126 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #7E0ACE

Tints of Dark Violet #7E0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.92%

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 36.84%
G = 2.92%
B = 60.23%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E0ACE (or 0x7E0ACE) is known color: Dark Violet. HEX triplet: 7E, 0A and CE. RGB value is (126,10,206). Sum of RGB (Red+Green+Blue) = 126+10+206=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0ACE is #81F531. Grayscale: #424242. Windows color (decimal): -8516914 or 13503102. OLE color: 13503102.

HSL color Cylindrical-coordinate representation of color #7E0ACE: hue angle of 275.51º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E0ACE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 10 206 -
CMYK 0.39 0.95 0 0.19
HSL 275.51º 0.91% 0.42% -
HSV(B) 275.51º 0.95% 0.81% -
XYZ 19.85 9.11 59.1 -
YUV 67.03 206.43 170.06 -
System Red Green Blue C M Y K H S L
Decimal 126 10 206 0.39 0.95 0 0.19 275.51 0.91 0.42
Hex 7E A CE 27 5F 0 13 114 5B 2A
Octal 176 12 316 47 137 0 23 424 133 52
Binary 1111110 1010 11001110 100111 1011111 0 10011 100010100 1011011 101010

Color Harmonies of #7E0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0ACE

Black with #7E0ACE

Text Example


Text Example

White with #7E0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,10,206); }

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

background-color css

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

 a { background-color: rgb(126,10,206); }

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

border-color css

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

 span { border-color: rgb(126,10,206); }

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