#7D2592

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

Shades of Vivid Violet #7D2592

Tints of Vivid Violet #7D2592

Color information

#7D2592 (or 0x7D2592) is unknown color: approx Vivid Violet. HEX triplet: 7D, 25 and 92. RGB value is (125,37,146). Sum of RGB (Red+Green+Blue) = 125+37+146=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2592 is #82DA6D. Grayscale: #4B4B4B. Windows color (decimal): -8575598 or 9577853. OLE color: 9577853.

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

Color convert

RGB12537146-
CMYK0.140.7500.43
HSL288.44º59.56%35.88%-
HSV(B)288.44º74.66%57.25%-
XYZ14.317.7627.94-
YUV75.74167.65163.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.58%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=40.58%
G=12.01%
B=47.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125371460.140.7500.43288.4459.5635.88
Hex7D2592E4B02B1203c24
Octal17545222161130534407444
Binary111110110010110010010111010010110101011100100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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