#7F2592

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

Shades of Vivid Violet #7F2592

Tints of Vivid Violet #7F2592

Color information

#7F2592 (or 0x7F2592) is unknown color: approx Vivid Violet. HEX triplet: 7F, 25 and 92. RGB value is (127,37,146). Sum of RGB (Red+Green+Blue) = 127+37+146=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2592 is #80DA6D. Grayscale: #4B4B4B. Windows color (decimal): -8444526 or 9577855. OLE color: 9577855.

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

Color convert

RGB12737146-
CMYK0.130.7500.43
HSL289.54º59.56%35.88%-
HSV(B)289.54º74.66%57.25%-
XYZ14.67.9127.95-
YUV76.34167.32164.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=40.97%
G=11.94%
B=47.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127371460.130.7500.43289.5459.5635.88
Hex7F2592D4B02B1223c24
Octal17745222151130534427444
Binary111111110010110010010110110010110101011100100010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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