#7F4985

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

Shades of Vivid Violet #7F4985

Tints of Vivid Violet #7F4985

Color information

#7F4985 (or 0x7F4985) is unknown color: approx Vivid Violet. HEX triplet: 7F, 49 and 85. RGB value is (127,73,133). Sum of RGB (Red+Green+Blue) = 127+73+133=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F4985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4985 is #80B67A. Grayscale: #5F5F5F. Windows color (decimal): -8435323 or 8735103. OLE color: 8735103.

HSL color Cylindrical-coordinate representation of color #7F4985: hue angle of 294º 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 #7F4985 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12773133-
CMYK0.050.4500.48
HSL294º29.13%40.39%-
HSV(B)294º45.11%52.16%-
XYZ15.3710.9723.5-
YUV95.99148.89150.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=38.14%
G=21.92%
B=39.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127731330.050.4500.4829429.1340.39
Hex7F498552D0301261d28
Octal1771112055550604463550
Binary1111111100100110000101101101101011000010010011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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