#7D034B

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

Shades of Tyrian Purple #7D034B

Tints of Tyrian Purple #7D034B

Color information

#7D034B (or 0x7D034B) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 03 and 4B. RGB value is (125,3,75). Sum of RGB (Red+Green+Blue) = 125+3+75=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D034B is #82FCB4. Grayscale: #2F2F2F. Windows color (decimal): -8584373 or 4916093. OLE color: 4916093.

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

Color convert

RGB125375-
CMYK00.980.400.51
HSL324.59º95.31%25.1%-
HSV(B)324.59º97.6%49.02%-
XYZ9.764.937.09-
YUV47.69143.42183.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 61.58%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=61.58%
G=1.48%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12537500.980.400.51324.5995.3125.1
Hex7D34B06228331455f19
Octal17531130142506350513731
Binary111110111100101101100010101000110011101000101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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