#7E13BE

Color #7E13BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7E13BE

Tints of Dark Violet #7E13BE

Color information

#7E13BE (or 0x7E13BE) is unknown color: approx Dark Violet. HEX triplet: 7E, 13 and BE. RGB value is (126,19,190). Sum of RGB (Red+Green+Blue) = 126+19+190=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E13BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E13BE is #81EC41. Grayscale: #454545. Windows color (decimal): -8514626 or 12456830. OLE color: 12456830.

HSL color Cylindrical-coordinate representation of color #7E13BE: hue angle of 277.54º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E13BE is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12619190-
CMYK0.340.9000.25
HSL277.54º81.82%40.98%-
HSV(B)277.54º90%74.51%-
XYZ18.138.6249.42-
YUV70.49195.45167.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 19 (7.81% from 255) = 5.67%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=37.61%
G=5.67%
B=56.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126191900.340.9000.25277.5481.8240.98
Hex7E13BE225A0191165229
Octal176232764213203142612251
Binary1111110100111011111010001010110100110011000101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E13BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E13BE;
 }
 .AnyTagClassName
 {
   color: #7E13BE;
 }
</style>
background-color css

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

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

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

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

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

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