#7E17BE

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

Shades of Dark Violet #7E17BE

Tints of Dark Violet #7E17BE

Color information

#7E17BE (or 0x7E17BE) is unknown color: approx Dark Violet. HEX triplet: 7E, 17 and BE. RGB value is (126,23,190). Sum of RGB (Red+Green+Blue) = 126+23+190=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E17BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E17BE is #81E841. Grayscale: #484848. Windows color (decimal): -8513602 or 12457854. OLE color: 12457854.

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

Color convert

RGB12623190-
CMYK0.340.8800.25
HSL277.01º78.4%41.76%-
HSV(B)277.01º87.89%74.51%-
XYZ18.28.7749.45-
YUV72.83194.12165.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 23 (9.38% from 255) = 6.78%
BLUE value IS 190 (74.61% from 255) = 56.05%
R=37.17%
G=6.78%
B=56.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126231900.340.8800.25277.0178.441.76
Hex7E17BE22580191154e2a
Octal176272764213003142511652
Binary1111110101111011111010001010110000110011000101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E17BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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