#7F3489

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

Shades of Vivid Violet #7F3489

Tints of Vivid Violet #7F3489

Color information

#7F3489 (or 0x7F3489) is unknown color: approx Vivid Violet. HEX triplet: 7F, 34 and 89. RGB value is (127,52,137). Sum of RGB (Red+Green+Blue) = 127+52+137=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F3489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3489 is #80CB76. Grayscale: #535353. Windows color (decimal): -8440695 or 8991871. OLE color: 8991871.

HSL color Cylindrical-coordinate representation of color #7F3489: hue angle of 292.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F3489 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12752137-
CMYK0.070.6200.46
HSL292.94º44.97%37.06%-
HSV(B)292.94º62.04%53.73%-
XYZ14.58.7724.6-
YUV84.12157.85158.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.19%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=40.19%
G=16.46%
B=43.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127521370.070.6200.46292.9444.9737.06
Hex7F348973E02E1252d25
Octal177642117760564455545
Binary1111111110100100010011111111100101110100100101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,52,137); }

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

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

 a { background-color: rgb(127,52,137); }

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

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

 span { border-color: rgb(127,52,137); }

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