#7E0FB7

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

Shades of Dark Violet #7E0FB7

Tints of Dark Violet #7E0FB7

Color information

#7E0FB7 (or 0x7E0FB7) is unknown color: approx Dark Violet. HEX triplet: 7E, 0F and B7. RGB value is (126,15,183). Sum of RGB (Red+Green+Blue) = 126+15+183=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #7E0FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0FB7 is #81F048. Grayscale: #424242. Windows color (decimal): -8515657 or 11997054. OLE color: 11997054.

HSL color Cylindrical-coordinate representation of color #7E0FB7: hue angle of 279.64º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0FB7 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12615183-
CMYK0.310.9200.28
HSL279.64º84.85%38.82%-
HSV(B)279.64º91.8%71.76%-
XYZ17.328.245.47-
YUV67.34193.27169.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 183 (71.88% from 255) = 56.48%
R=38.89%
G=4.63%
B=56.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal126151830.310.9200.28279.6484.8538.82
Hex7EFB71F5C01C1185527
Octal176172673713403443012547
Binary11111101111101101111111110111000111001000110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,15,183); }

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

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

 a { background-color: rgb(126,15,183); }

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

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

 span { border-color: rgb(126,15,183); }

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