#7F3494

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

Shades of Vivid Violet #7F3494

Tints of Vivid Violet #7F3494

Color information

#7F3494 (or 0x7F3494) is unknown color: approx Vivid Violet. HEX triplet: 7F, 34 and 94. RGB value is (127,52,148). Sum of RGB (Red+Green+Blue) = 127+52+148=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #7F3494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3494 is #80CB6B. Grayscale: #555555. Windows color (decimal): -8440684 or 9712767. OLE color: 9712767.

HSL color Cylindrical-coordinate representation of color #7F3494: hue angle of 286.88º 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 #7F3494 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12752148-
CMYK0.140.6500.42
HSL286.88º48%39.22%-
HSV(B)286.88º64.86%58.04%-
XYZ15.339.1128.97-
YUV85.37163.35157.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.84%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=38.84%
G=15.90%
B=45.26%

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
Decimal127521480.140.6500.42286.884839.22
Hex7F3494E4102A11f3027
Octal17764224161010524376047
Binary111111111010010010100111010000010101010100011111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,52,148); }

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

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

 a { background-color: rgb(127,52,148); }

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

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

 span { border-color: rgb(127,52,148); }

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