#7E19D7

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

Shades of Blue Violet #7E19D7

Tints of Blue Violet #7E19D7

Color information

#7E19D7 (or 0x7E19D7) is unknown color: approx Blue Violet. HEX triplet: 7E, 19 and D7. RGB value is (126,25,215). Sum of RGB (Red+Green+Blue) = 126+25+215=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #7E19D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E19D7 is #81E628. Grayscale: #4C4C4C. Windows color (decimal): -8513065 or 14096766. OLE color: 14096766.

HSL color Cylindrical-coordinate representation of color #7E19D7: hue angle of 271.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E19D7 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12625215-
CMYK0.410.8800.16
HSL271.89º79.17%47.06%-
HSV(B)271.89º88.37%84.31%-
XYZ21.2210.0465.11-
YUV76.86205.96163.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 25 (10.16% from 255) = 6.83%
BLUE value IS 215 (84.38% from 255) = 58.74%
R=34.43%
G=6.83%
B=58.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal126252150.410.8800.16271.8979.1747.06
Hex7E19D729580101104f2f
Octal176313275113002042011757
Binary1111110110011101011110100110110000100001000100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E19D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,25,215); }

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

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

 a { background-color: rgb(126,25,215); }

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

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

 span { border-color: rgb(126,25,215); }

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