#750147

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

Shades of Tyrian Purple #750147

Tints of Tyrian Purple #750147

Color information

#750147 (or 0x750147) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 47. RGB value is (117,1,71). Sum of RGB (Red+Green+Blue) = 117+1+71=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #750147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750147 is #8AFEB8. Grayscale: #2B2B2B. Windows color (decimal): -9109177 or 4653429. OLE color: 4653429.

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

Color convert

RGB117171-
CMYK00.990.390.54
HSL323.79º98.31%23.14%-
HSV(B)323.79º99.15%45.88%-
XYZ8.484.266.34-
YUV43.66143.43180.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=61.90%
G=0.53%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11717100.990.390.54323.7998.3123.14
Hex7514706327361446217
Octal16511070143476650414227
Binary11101011100011101100011100111110110101000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750147; }

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

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

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

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

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

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

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

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