#7E15A5

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

Shades of Vivid Violet #7E15A5

Tints of Vivid Violet #7E15A5

Color information

#7E15A5 (or 0x7E15A5) is unknown color: approx Vivid Violet. HEX triplet: 7E, 15 and A5. RGB value is (126,21,165). Sum of RGB (Red+Green+Blue) = 126+21+165=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #7E15A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E15A5 is #81EA5A. Grayscale: #444444. Windows color (decimal): -8514139 or 10818942. OLE color: 10818942.

HSL color Cylindrical-coordinate representation of color #7E15A5: hue angle of 283.75º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E15A5 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12621165-
CMYK0.240.8700.35
HSL283.75º77.42%36.47%-
HSV(B)283.75º87.27%64.71%-
XYZ15.667.6936.26-
YUV68.81182.29168.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 165 (64.84% from 255) = 52.88%
R=40.38%
G=6.73%
B=52.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126211650.240.8700.35283.7577.4236.47
Hex7E15A5185702311c4d24
Octal176252453012704343411544
Binary1111110101011010010111000101011101000111000111001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E15A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,21,165); }

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

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

 a { background-color: rgb(126,21,165); }

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

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

 span { border-color: rgb(126,21,165); }

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