#7E278C

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

Shades of Vivid Violet #7E278C

Tints of Vivid Violet #7E278C

Color information

#7E278C (or 0x7E278C) is unknown color: approx Vivid Violet. HEX triplet: 7E, 27 and 8C. RGB value is (126,39,140). Sum of RGB (Red+Green+Blue) = 126+39+140=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E278C is #81D873. Grayscale: #4C4C4C. Windows color (decimal): -8509556 or 9185150. OLE color: 9185150.

HSL color Cylindrical-coordinate representation of color #7E278C: hue angle of 291.68º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E278C is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12639140-
CMYK0.100.7200.45
HSL291.68º56.42%35.1%-
HSV(B)291.68º72.14%54.9%-
XYZ14.067.7825.57-
YUV76.53163.82163.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=41.31%
G=12.79%
B=45.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126391400.100.7200.45291.6856.4235.1
Hex7E278CA4802D1243823
Octal17647214121100554447043
Binary111111010011110001100101010010000101101100100100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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