#7F399E

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

Shades of Vivid Violet #7F399E

Tints of Vivid Violet #7F399E

Color information

#7F399E (or 0x7F399E) is unknown color: approx Vivid Violet. HEX triplet: 7F, 39 and 9E. RGB value is (127,57,158). Sum of RGB (Red+Green+Blue) = 127+57+158=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F399E is #80C661. Grayscale: #595959. Windows color (decimal): -8439394 or 10369407. OLE color: 10369407.

HSL color Cylindrical-coordinate representation of color #7F399E: hue angle of 281.58º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F399E is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12757158-
CMYK0.200.6400.38
HSL281.58º46.98%42.16%-
HSV(B)281.58º63.92%61.96%-
XYZ16.399.9133.4-
YUV89.44166.69154.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=37.13%
G=16.67%
B=46.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127571580.200.6400.38281.5846.9842.16
Hex7F399E144002611a2f2a
Octal17771236241000464325752
Binary1111111111001100111101010010000000100110100011010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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