#7F4884

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

Shades of Vivid Violet #7F4884

Tints of Vivid Violet #7F4884

Color information

#7F4884 (or 0x7F4884) is unknown color: approx Vivid Violet. HEX triplet: 7F, 48 and 84. RGB value is (127,72,132). Sum of RGB (Red+Green+Blue) = 127+72+132=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F4884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4884 is #80B77B. Grayscale: #5F5F5F. Windows color (decimal): -8435580 or 8669311. OLE color: 8669311.

HSL color Cylindrical-coordinate representation of color #7F4884: hue angle of 295º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F4884 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12772132-
CMYK0.040.4500.48
HSL295º29.41%40%-
HSV(B)295º45.45%51.76%-
XYZ15.2310.8123.11-
YUV95.28148.72150.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.37%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=38.37%
G=21.75%
B=39.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127721320.040.4500.4829529.4140
Hex7F488442D0301271d28
Octal1771102044550604473550
Binary1111111100100010000100100101101011000010010011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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