#7E19CA

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

Shades of Blue Violet #7E19CA

Tints of Blue Violet #7E19CA

Color information

#7E19CA (or 0x7E19CA) is unknown color: approx Blue Violet. HEX triplet: 7E, 19 and CA. RGB value is (126,25,202). Sum of RGB (Red+Green+Blue) = 126+25+202=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E19CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E19CA is #81E635. Grayscale: #4A4A4A. Windows color (decimal): -8513078 or 13244798. OLE color: 13244798.

HSL color Cylindrical-coordinate representation of color #7E19CA: hue angle of 274.24º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E19CA is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12625202-
CMYK0.380.8800.21
HSL274.24º77.97%44.51%-
HSV(B)274.24º87.62%79.22%-
XYZ19.619.456.66-
YUV75.38199.46164.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 25 (10.16% from 255) = 7.08%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=35.69%
G=7.08%
B=57.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126252020.380.8800.21274.2477.9744.51
Hex7E19CA26580151124e2d
Octal176313124613002542211655
Binary1111110110011100101010011010110000101011000100101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E19CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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