#7F3196

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

Shades of Vivid Violet #7F3196

Tints of Vivid Violet #7F3196

Color information

#7F3196 (or 0x7F3196) is unknown color: approx Vivid Violet. HEX triplet: 7F, 31 and 96. RGB value is (127,49,150). Sum of RGB (Red+Green+Blue) = 127+49+150=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F3196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3196 is #80CE69. Grayscale: #535353. Windows color (decimal): -8441450 or 9843071. OLE color: 9843071.

HSL color Cylindrical-coordinate representation of color #7F3196: hue angle of 286.34º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F3196 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12749150-
CMYK0.150.6700.41
HSL286.34º50.75%39.02%-
HSV(B)286.34º67.33%58.82%-
XYZ15.368.9129.76-
YUV83.84165.34158.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.96%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=38.96%
G=15.03%
B=46.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal127491500.150.6700.41286.3450.7539.02
Hex7F3196F4302911e3327
Octal17761226171030514366347
Binary111111111000110010110111110000110101001100011110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,49,150); }

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

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

 a { background-color: rgb(127,49,150); }

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

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

 span { border-color: rgb(127,49,150); }

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