#7F4987

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

Shades of Vivid Violet #7F4987

Tints of Vivid Violet #7F4987

Color information

#7F4987 (or 0x7F4987) is unknown color: approx Vivid Violet. HEX triplet: 7F, 49 and 87. RGB value is (127,73,135). Sum of RGB (Red+Green+Blue) = 127+73+135=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F4987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4987 is #80B678. Grayscale: #606060. Windows color (decimal): -8435321 or 8866175. OLE color: 8866175.

HSL color Cylindrical-coordinate representation of color #7F4987: hue angle of 292.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4987 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12773135-
CMYK0.060.4600.47
HSL292.26º29.81%40.78%-
HSV(B)292.26º45.93%52.94%-
XYZ15.5111.0324.23-
YUV96.21149.89149.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=37.91%
G=21.79%
B=40.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127731350.060.4600.47292.2629.8140.78
Hex7F498762E02F1241e29
Octal1771112076560574443651
Binary1111111100100110000111110101110010111110010010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,73,135); }

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

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

 a { background-color: rgb(127,73,135); }

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

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

 span { border-color: rgb(127,73,135); }

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