#7E18AB

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

Shades of Vivid Violet #7E18AB

Tints of Vivid Violet #7E18AB

Color information

#7E18AB (or 0x7E18AB) is unknown color: approx Vivid Violet. HEX triplet: 7E, 18 and AB. RGB value is (126,24,171). Sum of RGB (Red+Green+Blue) = 126+24+171=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E18AB is #81E754. Grayscale: #464646. Windows color (decimal): -8513365 or 11212926. OLE color: 11212926.

HSL color Cylindrical-coordinate representation of color #7E18AB: hue angle of 281.63º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E18AB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12624171-
CMYK0.260.8600.33
HSL281.63º75.38%38.24%-
HSV(B)281.63º85.96%67.06%-
XYZ16.288.0339.22-
YUV71.26184.29167.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.25%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=39.25%
G=7.48%
B=53.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126241710.260.8600.33281.6375.3838.24
Hex7E18AB1A5602111a4b26
Octal176302533212604143211346
Binary1111110110001010101111010101011001000011000110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,24,171); }

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

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

 a { background-color: rgb(126,24,171); }

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

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

 span { border-color: rgb(126,24,171); }

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