#750137

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

Shades of Tyrian Purple #750137

Tints of Tyrian Purple #750137

Color information

#750137 (or 0x750137) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 37. RGB value is (117,1,55). Sum of RGB (Red+Green+Blue) = 117+1+55=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #750137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750137 is #8AFEC8. Grayscale: #292929. Windows color (decimal): -9109193 or 3604853. OLE color: 3604853.

HSL color Cylindrical-coordinate representation of color #750137: hue angle of 332.07º 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 #750137 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB117155-
CMYK00.990.530.54
HSL332.07º98.31%23.14%-
HSV(B)332.07º99.15%45.88%-
XYZ8.044.083.98-
YUV41.84135.43181.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=67.63%
G=0.58%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11715500.990.530.54332.0798.3123.14
Hex75137063353614c6217
Octal1651670143656651414227
Binary1110101111011101100011110101110110101001100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750137; }

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

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

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

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

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

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

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

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