#7F4192

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

Shades of Vivid Violet #7F4192

Tints of Vivid Violet #7F4192

Color information

#7F4192 (or 0x7F4192) is unknown color: approx Vivid Violet. HEX triplet: 7F, 41 and 92. RGB value is (127,65,146). Sum of RGB (Red+Green+Blue) = 127+65+146=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4192 is #80BE6D. Grayscale: #5C5C5C. Windows color (decimal): -8437358 or 9585023. OLE color: 9585023.

HSL color Cylindrical-coordinate representation of color #7F4192: hue angle of 285.93º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F4192 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12765146-
CMYK0.130.5500.43
HSL285.93º38.39%41.37%-
HSV(B)285.93º55.48%57.25%-
XYZ15.8310.3728.36-
YUV92.77158.04152.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=37.57%
G=19.23%
B=43.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127651460.130.5500.43285.9338.3941.37
Hex7F4192D3702B11e2629
Octal17710122215670534364651
Binary111111110000011001001011011101110101011100011110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,65,146); }

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

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

 a { background-color: rgb(127,65,146); }

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

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

 span { border-color: rgb(127,65,146); }

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