#7D0947

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

Shades of Tyrian Purple #7D0947

Tints of Tyrian Purple #7D0947

Color information

#7D0947 (or 0x7D0947) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 09 and 47. RGB value is (125,9,71). Sum of RGB (Red+Green+Blue) = 125+9+71=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0947 is #82F6B8. Grayscale: #323232. Windows color (decimal): -8582841 or 4655485. OLE color: 4655485.

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

Color convert

RGB125971-
CMYK00.930.430.51
HSL327.93º86.57%26.27%-
HSV(B)327.93º92.8%49.02%-
XYZ9.695.016.42-
YUV50.75139.43180.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.98%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 71 (28.12% from 255) = 34.63%
R=60.98%
G=4.39%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12597100.930.430.51327.9386.5726.27
Hex7D94705D2B33148571a
Octal175111070135536351012732
Binary11111011001100011101011101101011110011101001000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,9,71); }

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

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

 a { background-color: rgb(125,9,71); }

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

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

 span { border-color: rgb(125,9,71); }

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