#7E3088

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

Shades of Vivid Violet #7E3088

Tints of Vivid Violet #7E3088

Color information

#7E3088 (or 0x7E3088) is unknown color: approx Vivid Violet. HEX triplet: 7E, 30 and 88. RGB value is (126,48,136). Sum of RGB (Red+Green+Blue) = 126+48+136=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E3088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3088 is #81CF77. Grayscale: #515151. Windows color (decimal): -8507256 or 8925310. OLE color: 8925310.

HSL color Cylindrical-coordinate representation of color #7E3088: hue angle of 293.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E3088 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12648136-
CMYK0.070.6500.47
HSL293.18º47.83%36.08%-
HSV(B)293.18º64.71%53.33%-
XYZ14.118.3324.16-
YUV81.35158.84159.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.65%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=40.65%
G=15.48%
B=43.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126481360.070.6500.47293.1847.8336.08
Hex7E308874102F1253024
Octal1766021071010574456044
Binary11111101100001000100011110000010101111100100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,136); }

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

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

 a { background-color: rgb(126,48,136); }

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

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

 span { border-color: rgb(126,48,136); }

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