#7E0DBF

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

Shades of Dark Violet #7E0DBF

Tints of Dark Violet #7E0DBF

Color information

#7E0DBF (or 0x7E0DBF) is unknown color: approx Dark Violet. HEX triplet: 7E, 0D and BF. RGB value is (126,13,191). Sum of RGB (Red+Green+Blue) = 126+13+191=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E0DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0DBF is #81F240. Grayscale: #424242. Windows color (decimal): -8516161 or 12520830. OLE color: 12520830.

HSL color Cylindrical-coordinate representation of color #7E0DBF: hue angle of 278.09º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0DBF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12613191-
CMYK0.340.9300.25
HSL278.09º87.25%40%-
HSV(B)278.09º93.19%74.9%-
XYZ18.158.4949.97-
YUV67.08197.94170.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 13 (5.47% from 255) = 3.94%
BLUE value IS 191 (75% from 255) = 57.88%
R=38.18%
G=3.94%
B=57.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126131910.340.9300.25278.0987.2540
Hex7EDBF225D0191165728
Octal176152774213503142612750
Binary111111011011011111110001010111010110011000101101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,13,191); }

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

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

 a { background-color: rgb(126,13,191); }

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

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

 span { border-color: rgb(126,13,191); }

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