#7F2396

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

Shades of Vivid Violet #7F2396

Tints of Vivid Violet #7F2396

Color information

#7F2396 (or 0x7F2396) is unknown color: approx Vivid Violet. HEX triplet: 7F, 23 and 96. RGB value is (127,35,150). Sum of RGB (Red+Green+Blue) = 127+35+150=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F2396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2396 is #80DC69. Grayscale: #4B4B4B. Windows color (decimal): -8445034 or 9839487. OLE color: 9839487.

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

Color convert

RGB12735150-
CMYK0.150.7700.41
HSL288º62.16%36.27%-
HSV(B)288º76.67%58.82%-
XYZ14.867.9229.6-
YUV75.62169.98164.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.71%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=40.71%
G=11.22%
B=48.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal127351500.150.7700.4128862.1636.27
Hex7F2396F4D0291203e24
Octal17743226171150514407644
Binary111111110001110010110111110011010101001100100000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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