#7E278F

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

Shades of Vivid Violet #7E278F

Tints of Vivid Violet #7E278F

Color information

#7E278F (or 0x7E278F) is unknown color: approx Vivid Violet. HEX triplet: 7E, 27 and 8F. RGB value is (126,39,143). Sum of RGB (Red+Green+Blue) = 126+39+143=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E278F is #81D870. Grayscale: #4C4C4C. Windows color (decimal): -8509553 or 9381758. OLE color: 9381758.

HSL color Cylindrical-coordinate representation of color #7E278F: hue angle of 290.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E278F is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12639143-
CMYK0.120.7300.44
HSL290.19º57.14%35.69%-
HSV(B)290.19º72.73%56.08%-
XYZ14.297.8726.75-
YUV76.87165.32163.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.91%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=40.91%
G=12.66%
B=46.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126391430.120.7300.44290.1957.1435.69
Hex7E278FC4902C1223924
Octal17647217141110544427144
Binary111111010011110001111110010010010101100100100010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,39,143); }

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

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

 a { background-color: rgb(126,39,143); }

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

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

 span { border-color: rgb(126,39,143); }

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