#7D023B

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

Shades of Tyrian Purple #7D023B

Tints of Tyrian Purple #7D023B

Color information

#7D023B (or 0x7D023B) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 02 and 3B. RGB value is (125,2,59). Sum of RGB (Red+Green+Blue) = 125+2+59=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D023B is #82FDC4. Grayscale: #2D2D2D. Windows color (decimal): -8584645 or 3867261. OLE color: 3867261.

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

Color convert

RGB125259-
CMYK00.980.530.51
HSL332.2º96.85%24.9%-
HSV(B)332.2º98.4%49.02%-
XYZ9.274.724.56-
YUV45.28135.75184.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.20%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 59 (23.44% from 255) = 31.72%
R=67.20%
G=1.08%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12525900.980.530.51332.296.8524.9
Hex7D23B062353314c6119
Octal1752730142656351414131
Binary11111011011101101100010110101110011101001100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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