#7F2784

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

Shades of Vivid Violet #7F2784

Tints of Vivid Violet #7F2784

Color information

#7F2784 (or 0x7F2784) is unknown color: approx Vivid Violet. HEX triplet: 7F, 27 and 84. RGB value is (127,39,132). Sum of RGB (Red+Green+Blue) = 127+39+132=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F2784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2784 is #80D87B. Grayscale: #4B4B4B. Windows color (decimal): -8444028 or 8660863. OLE color: 8660863.

HSL color Cylindrical-coordinate representation of color #7F2784: hue angle of 296.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2784 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12739132-
CMYK0.040.7000.48
HSL296.77º54.39%33.53%-
HSV(B)296.77º70.45%51.76%-
XYZ13.647.6322.58-
YUV75.91159.65164.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.62%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=42.62%
G=13.09%
B=44.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127391320.040.7000.48296.7754.3933.53
Hex7F27844460301293622
Octal1774720441060604516642
Binary11111111001111000010010010001100110000100101001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,39,132); }

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

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

 a { background-color: rgb(127,39,132); }

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

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

 span { border-color: rgb(127,39,132); }

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