#7F2F87

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

Shades of Vivid Violet #7F2F87

Tints of Vivid Violet #7F2F87

Color information

#7F2F87 (or 0x7F2F87) is unknown color: approx Vivid Violet. HEX triplet: 7F, 2F and 87. RGB value is (127,47,135). Sum of RGB (Red+Green+Blue) = 127+47+135=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F2F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2F87 is #80D078. Grayscale: #505050. Windows color (decimal): -8441977 or 8859519. OLE color: 8859519.

HSL color Cylindrical-coordinate representation of color #7F2F87: hue angle of 294.55º 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 #7F2F87 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12747135-
CMYK0.060.6500.47
HSL294.55º48.35%35.69%-
HSV(B)294.55º65.19%52.94%-
XYZ14.148.2923.78-
YUV80.95158.5160.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 47 (18.75% from 255) = 15.21%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=41.10%
G=15.21%
B=43.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127471350.060.6500.47294.5548.3535.69
Hex7F2F8764102F1273024
Octal1775720761010574476044
Binary11111111011111000011111010000010101111100100111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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