#7E12B0

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

Shades of Dark Violet #7E12B0

Tints of Dark Violet #7E12B0

Color information

#7E12B0 (or 0x7E12B0) is unknown color: approx Dark Violet. HEX triplet: 7E, 12 and B0. RGB value is (126,18,176). Sum of RGB (Red+Green+Blue) = 126+18+176=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 176 (69.14% from 255 or 55% from 320); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E12B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E12B0 is #81ED4F. Grayscale: #434343. Windows color (decimal): -8514896 or 11539070. OLE color: 11539070.

HSL color Cylindrical-coordinate representation of color #7E12B0: hue angle of 281.01º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E12B0 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12618176-
CMYK0.280.9000.31
HSL281.01º81.44%38.04%-
HSV(B)281.01º89.77%69.02%-
XYZ16.66841.74-
YUV68.3188.78169.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 176 (69.14% from 255) = 55%
R=39.38%
G=5.62%
B=55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126181760.280.9000.31281.0181.4438.04
Hex7E12B01C5A01F1195126
Octal176222603413203743112146
Binary111111010010101100001110010110100111111000110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E12B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,18,176); }

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

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

 a { background-color: rgb(126,18,176); }

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

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

 span { border-color: rgb(126,18,176); }

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