#7D0353

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

Shades of Tyrian Purple #7D0353

Tints of Tyrian Purple #7D0353

Color information

#7D0353 (or 0x7D0353) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 03 and 53. RGB value is (125,3,83). Sum of RGB (Red+Green+Blue) = 125+3+83=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0353 is #82FCAC. Grayscale: #303030. Windows color (decimal): -8584365 or 5440381. OLE color: 5440381.

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

Color convert

RGB125383-
CMYK00.980.340.51
HSL320.66º95.31%25.1%-
HSV(B)320.66º97.6%49.02%-
XYZ10.055.058.63-
YUV48.6147.42182.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 59.24%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=59.24%
G=1.42%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12538300.980.340.51320.6695.3125.1
Hex7D35306222331415f19
Octal17531230142426350113731
Binary111110111101001101100010100010110011101000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,3,83); }

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

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

 a { background-color: rgb(125,3,83); }

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

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

 span { border-color: rgb(125,3,83); }

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