#750347

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

Shades of Tyrian Purple #750347

Tints of Tyrian Purple #750347

Color information

#750347 (or 0x750347) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 47. RGB value is (117,3,71). Sum of RGB (Red+Green+Blue) = 117+3+71=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #750347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750347 is #8AFCB8. Grayscale: #2C2C2C. Windows color (decimal): -9108665 or 4653941. OLE color: 4653941.

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

Color convert

RGB117371-
CMYK00.970.390.54
HSL324.21º95%23.53%-
HSV(B)324.21º97.44%45.88%-
XYZ8.514.36.34-
YUV44.84142.77179.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=61.26%
G=1.57%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11737100.970.390.54324.219523.53
Hex7534706127361445f18
Octal16531070141476650413730
Binary111010111100011101100001100111110110101000100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750347; }

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

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

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

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

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

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

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

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