#7F3393

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

Shades of Vivid Violet #7F3393

Tints of Vivid Violet #7F3393

Color information

#7F3393 (or 0x7F3393) is unknown color: approx Vivid Violet. HEX triplet: 7F, 33 and 93. RGB value is (127,51,147). Sum of RGB (Red+Green+Blue) = 127+51+147=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F3393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3393 is #80CC6C. Grayscale: #545454. Windows color (decimal): -8440941 or 9646975. OLE color: 9646975.

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

Color convert

RGB12751147-
CMYK0.140.6500.42
HSL287.5º48.48%38.82%-
HSV(B)287.5º65.31%57.65%-
XYZ15.28.9928.54-
YUV84.67163.18158.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=39.08%
G=15.69%
B=45.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127511470.140.6500.42287.548.4838.82
Hex7F3393E4102A1203027
Octal17763223161010524406047
Binary111111111001110010011111010000010101010100100000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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