#7D063E

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

Shades of Tyrian Purple #7D063E

Tints of Tyrian Purple #7D063E

Color information

#7D063E (or 0x7D063E) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 06 and 3E. RGB value is (125,6,62). Sum of RGB (Red+Green+Blue) = 125+6+62=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D063E is #82F9C1. Grayscale: #2F2F2F. Windows color (decimal): -8583618 or 4064893. OLE color: 4064893.

HSL color Cylindrical-coordinate representation of color #7D063E: hue angle of 331.76º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D063E is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB125662-
CMYK00.950.500.51
HSL331.76º90.84%25.69%-
HSV(B)331.76º95.2%49.02%-
XYZ9.394.845-
YUV47.96135.92182.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.77%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=64.77%
G=3.11%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12566200.950.500.51331.7690.8425.69
Hex7D63E05F323314c5b1a
Octal1756760137626351413332
Binary111110111011111001011111110010110011101001100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,6,62); }

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

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

 a { background-color: rgb(125,6,62); }

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

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

 span { border-color: rgb(125,6,62); }

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