#7D0578

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

Shades of Purple #7D0578

Tints of Purple #7D0578

Color information

#7D0578 (or 0x7D0578) is unknown color: approx Purple. HEX triplet: 7D, 05 and 78. RGB value is (125,5,120). Sum of RGB (Red+Green+Blue) = 125+5+120=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0578 is #82FA87. Grayscale: #353535. Windows color (decimal): -8583816 or 7865725. OLE color: 7865725.

HSL color Cylindrical-coordinate representation of color #7D0578: hue angle of 302.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0578 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB1255120-
CMYK00.960.040.51
HSL302.5º92.31%25.49%-
HSV(B)302.5º96%49.02%-
XYZ11.95.8218.27-
YUV53.99165.26178.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 120 (47.27% from 255) = 48%
R=50%
G=2%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125512000.960.040.51302.592.3125.49
Hex7D57806043312e5c19
Octal1755170014046345613431
Binary1111101101111100001100000100110011100101110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,5,120); }

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

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

 a { background-color: rgb(125,5,120); }

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

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

 span { border-color: rgb(125,5,120); }

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