#7F3F93

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

Shades of Vivid Violet #7F3F93

Tints of Vivid Violet #7F3F93

Color information

#7F3F93 (or 0x7F3F93) is unknown color: approx Vivid Violet. HEX triplet: 7F, 3F and 93. RGB value is (127,63,147). Sum of RGB (Red+Green+Blue) = 127+63+147=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3F93 is #80C06C. Grayscale: #5B5B5B. Windows color (decimal): -8437869 or 9650047. OLE color: 9650047.

HSL color Cylindrical-coordinate representation of color #7F3F93: hue angle of 285.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3F93 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12763147-
CMYK0.140.5700.42
HSL285.71º40%41.18%-
HSV(B)285.71º57.14%57.65%-
XYZ15.810.1728.73-
YUV91.71159.2153.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=37.69%
G=18.69%
B=43.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127631470.140.5700.42285.714041.18
Hex7F3F93E3902A11e2829
Octal1777722316710524365051
Binary11111111111111001001111101110010101010100011110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,63,147); }

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

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

 a { background-color: rgb(127,63,147); }

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

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

 span { border-color: rgb(127,63,147); }

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