#7F2B8C

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

Shades of Vivid Violet #7F2B8C

Tints of Vivid Violet #7F2B8C

Color information

#7F2B8C (or 0x7F2B8C) is unknown color: approx Vivid Violet. HEX triplet: 7F, 2B and 8C. RGB value is (127,43,140). Sum of RGB (Red+Green+Blue) = 127+43+140=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F2B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2B8C is #80D473. Grayscale: #4E4E4E. Windows color (decimal): -8442996 or 9186175. OLE color: 9186175.

HSL color Cylindrical-coordinate representation of color #7F2B8C: hue angle of 291.96º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F2B8C is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12743140-
CMYK0.090.6900.45
HSL291.96º53.01%35.88%-
HSV(B)291.96º69.29%54.9%-
XYZ14.358.1325.62-
YUV79.17162.33162.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 140 (55.08% from 255) = 45.16%
R=40.97%
G=13.87%
B=45.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127431400.090.6900.45291.9653.0135.88
Hex7F2B8C94502D1243524
Octal17753214111050554446544
Binary111111110101110001100100110001010101101100100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,43,140); }

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

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

 a { background-color: rgb(127,43,140); }

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

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

 span { border-color: rgb(127,43,140); }

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