#750947

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

Shades of Tyrian Purple #750947

Tints of Tyrian Purple #750947

Color information

#750947 (or 0x750947) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 47. RGB value is (117,9,71). Sum of RGB (Red+Green+Blue) = 117+9+71=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #750947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750947 is #8AF6B8. Grayscale: #303030. Windows color (decimal): -9107129 or 4655477. OLE color: 4655477.

HSL color Cylindrical-coordinate representation of color #750947: hue angle of 325.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750947 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB117971-
CMYK00.920.390.54
HSL325.56º85.71%24.71%-
HSV(B)325.56º92.31%45.88%-
XYZ8.574.436.36-
YUV48.36140.78176.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=59.39%
G=4.57%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11797100.920.390.54325.5685.7124.71
Hex7594705C27361465619
Octal165111070134476650612631
Binary11101011001100011101011100100111110110101000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750947; }

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

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

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

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

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

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

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

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