#7E0FE1

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

Shades of Blue Violet #7E0FE1

Tints of Blue Violet #7E0FE1

Color information

#7E0FE1 (or 0x7E0FE1) is unknown color: approx Blue Violet. HEX triplet: 7E, 0F and E1. RGB value is (126,15,225). Sum of RGB (Red+Green+Blue) = 126+15+225=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #7E0FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0FE1 is #81F01E. Grayscale: #474747. Windows color (decimal): -8515615 or 14749566. OLE color: 14749566.

HSL color Cylindrical-coordinate representation of color #7E0FE1: hue angle of 271.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0FE1 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12615225-
CMYK0.440.9300.12
HSL271.71º87.5%47.06%-
HSV(B)271.71º93.33%88.24%-
XYZ22.3710.2172.03-
YUV72.13214.27166.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 15 (6.25% from 255) = 4.10%
BLUE value IS 225 (88.28% from 255) = 61.48%
R=34.43%
G=4.10%
B=61.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal126152250.440.9300.12271.7187.547.06
Hex7EFE12C5D0C110582f
Octal176173415413501442013057
Binary11111101111111000011011001011101011001000100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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