#7F2EAA

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

Shades of Vivid Violet #7F2EAA

Tints of Vivid Violet #7F2EAA

Color information

#7F2EAA (or 0x7F2EAA) is unknown color: approx Vivid Violet. HEX triplet: 7F, 2E and AA. RGB value is (127,46,170). Sum of RGB (Red+Green+Blue) = 127+46+170=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2EAA is #80D155. Grayscale: #535353. Windows color (decimal): -8442198 or 11153023. OLE color: 11153023.

HSL color Cylindrical-coordinate representation of color #7F2EAA: hue angle of 279.19º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2EAA is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12746170-
CMYK0.250.7300.33
HSL279.19º57.41%42.35%-
HSV(B)279.19º72.94%66.67%-
XYZ16.999.3738.94-
YUV84.35176.34158.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 46 (18.36% from 255) = 13.41%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=37.03%
G=13.41%
B=49.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127461700.250.7300.33279.1957.4142.35
Hex7F2EAA1949021117392a
Octal17756252311110414277152
Binary1111111101110101010101100110010010100001100010111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,46,170); }

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

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

 a { background-color: rgb(127,46,170); }

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

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

 span { border-color: rgb(127,46,170); }

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