#7D013B

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

Shades of Tyrian Purple #7D013B

Tints of Tyrian Purple #7D013B

Color information

#7D013B (or 0x7D013B) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 01 and 3B. RGB value is (125,1,59). Sum of RGB (Red+Green+Blue) = 125+1+59=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D013B is #82FEC4. Grayscale: #2C2C2C. Windows color (decimal): -8584901 or 3867005. OLE color: 3867005.

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

Color convert

RGB125159-
CMYK00.990.530.51
HSL331.94º98.41%24.71%-
HSV(B)331.94º99.2%49.02%-
XYZ9.264.74.56-
YUV44.69136.08185.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.57%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=67.57%
G=0.54%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12515900.990.530.51331.9498.4124.71
Hex7D13B063353314c6219
Octal1751730143656351414231
Binary1111101111101101100011110101110011101001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,1,59); }

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

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

 a { background-color: rgb(125,1,59); }

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

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

 span { border-color: rgb(125,1,59); }

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