#7F398C

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

Shades of Vivid Violet #7F398C

Tints of Vivid Violet #7F398C

Color information

#7F398C (or 0x7F398C) is unknown color: approx Vivid Violet. HEX triplet: 7F, 39 and 8C. RGB value is (127,57,140). Sum of RGB (Red+Green+Blue) = 127+57+140=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F398C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F398C is #80C673. Grayscale: #575757. Windows color (decimal): -8439412 or 9189759. OLE color: 9189759.

HSL color Cylindrical-coordinate representation of color #7F398C: hue angle of 290.6º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F398C is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12757140-
CMYK0.090.5900.45
HSL290.6º42.13%38.63%-
HSV(B)290.6º59.29%54.9%-
XYZ14.959.3325.82-
YUV87.39157.69156.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=39.20%
G=17.59%
B=43.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127571400.090.5900.45290.642.1338.63
Hex7F398C93B02D1232a27
Octal1777121411730554435247
Binary11111111110011000110010011110110101101100100011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,140); }

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

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

 a { background-color: rgb(127,57,140); }

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

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

 span { border-color: rgb(127,57,140); }

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