#7D0250

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

Shades of Tyrian Purple #7D0250

Tints of Tyrian Purple #7D0250

Color information

#7D0250 (or 0x7D0250) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 02 and 50. RGB value is (125,2,80). Sum of RGB (Red+Green+Blue) = 125+2+80=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0250 is #82FDAF. Grayscale: #2F2F2F. Windows color (decimal): -8584624 or 5243517. OLE color: 5243517.

HSL color Cylindrical-coordinate representation of color #7D0250: hue angle of 321.95º 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 #7D0250 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB125280-
CMYK00.980.360.51
HSL321.95º96.85%24.9%-
HSV(B)321.95º98.4%49.02%-
XYZ9.934.988.03-
YUV47.67146.25183.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.39%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=60.39%
G=0.97%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12528000.980.360.51321.9596.8524.9
Hex7D25006224331426119
Octal17521200142446350214131
Binary111110110101000001100010100100110011101000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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