#7D003A

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

Shades of Tyrian Purple #7D003A

Tints of Tyrian Purple #7D003A

Color information

#7D003A (or 0x7D003A) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 00 and 3A. RGB value is (125,0,58). Sum of RGB (Red+Green+Blue) = 125+0+58=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D003A is #82FFC5. Grayscale: #2B2B2B. Windows color (decimal): -8585158 or 3801213. OLE color: 3801213.

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

Color convert

RGB125058-
CMYK010.540.51
HSL332.16º100%24.51%-
HSV(B)332.16º100%49.02%-
XYZ9.224.674.42-
YUV43.99135.91185.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 68.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=68.31%
G=0%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125058010.540.51332.1610024.51
Hex7D03A064363314c6419
Octal1750720144666351414431
Binary1111101011101001100100110110110011101001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,0,58); }

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

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

 a { background-color: rgb(125,0,58); }

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

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

 span { border-color: rgb(125,0,58); }

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