#7D0572

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

Shades of Purple #7D0572

Tints of Purple #7D0572

Color information

#7D0572 (or 0x7D0572) is unknown color: approx Purple. HEX triplet: 7D, 05 and 72. RGB value is (125,5,114). Sum of RGB (Red+Green+Blue) = 125+5+114=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0572 is #82FA8D. Grayscale: #343434. Windows color (decimal): -8583822 or 7472509. OLE color: 7472509.

HSL color Cylindrical-coordinate representation of color #7D0572: hue angle of 305.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 #7D0572 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB1255114-
CMYK00.960.090.51
HSL305.5º92.31%25.49%-
HSV(B)305.5º96%49.02%-
XYZ11.555.6816.41-
YUV53.31162.26179.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.23%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=51.23%
G=2.05%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125511400.960.090.51305.592.3125.49
Hex7D5720609331325c19
Octal17551620140116346213431
Binary11111011011110010011000001001110011100110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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