#7F4189

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

Shades of Vivid Violet #7F4189

Tints of Vivid Violet #7F4189

Color information

#7F4189 (or 0x7F4189) is unknown color: approx Vivid Violet. HEX triplet: 7F, 41 and 89. RGB value is (127,65,137). Sum of RGB (Red+Green+Blue) = 127+65+137=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F4189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4189 is #80BE76. Grayscale: #5B5B5B. Windows color (decimal): -8437367 or 8995199. OLE color: 8995199.

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

Color convert

RGB12765137-
CMYK0.070.5300.46
HSL291.67º35.64%39.61%-
HSV(B)291.67º52.55%53.73%-
XYZ15.1610.124.82-
YUV91.75153.54153.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.60%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=38.60%
G=19.76%
B=41.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127651370.070.5300.46291.6735.6439.61
Hex7F418973502E1242428
Octal1771012117650564444450
Binary11111111000001100010011111101010101110100100100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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