#7D0273

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

Shades of Purple #7D0273

Tints of Purple #7D0273

Color information

#7D0273 (or 0x7D0273) is unknown color: approx Purple. HEX triplet: 7D, 02 and 73. RGB value is (125,2,115). Sum of RGB (Red+Green+Blue) = 125+2+115=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0273 is #82FD8C. Grayscale: #333333. Windows color (decimal): -8584589 or 7537277. OLE color: 7537277.

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

Color convert

RGB1252115-
CMYK00.980.080.51
HSL304.88º96.85%24.9%-
HSV(B)304.88º98.4%49.02%-
XYZ11.575.6416.7-
YUV51.66163.75180.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.65%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=51.65%
G=0.83%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125211500.980.080.51304.8896.8524.9
Hex7D2730628331316119
Octal17521630142106346114131
Binary1111101101110011011000101000110011100110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,2,115); }

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

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

 a { background-color: rgb(125,2,115); }

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

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

 span { border-color: rgb(125,2,115); }

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