#750136

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

Shades of Tyrian Purple #750136

Tints of Tyrian Purple #750136

Color information

#750136 (or 0x750136) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 36. RGB value is (117,1,54). Sum of RGB (Red+Green+Blue) = 117+1+54=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #750136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750136 is #8AFEC9. Grayscale: #292929. Windows color (decimal): -9109194 or 3539317. OLE color: 3539317.

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

Color convert

RGB117154-
CMYK00.990.540.54
HSL332.59º98.31%23.14%-
HSV(B)332.59º99.15%45.88%-
XYZ8.014.073.85-
YUV41.73134.93181.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=68.02%
G=0.58%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11715400.990.540.54332.5998.3123.14
Hex75136063363614d6217
Octal1651660143666651514227
Binary1110101111011001100011110110110110101001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750136; }

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

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

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

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

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

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

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

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