#750145

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

Shades of Tyrian Purple #750145

Tints of Tyrian Purple #750145

Color information

#750145 (or 0x750145) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 45. RGB value is (117,1,69). Sum of RGB (Red+Green+Blue) = 117+1+69=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #750145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750145 is #8AFEBA. Grayscale: #2B2B2B. Windows color (decimal): -9109179 or 4522357. OLE color: 4522357.

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

Color convert

RGB117169-
CMYK00.990.410.54
HSL324.83º98.31%23.14%-
HSV(B)324.83º99.15%45.88%-
XYZ8.424.236-
YUV43.44142.43180.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=62.57%
G=0.53%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11716900.990.410.54324.8398.3123.14
Hex7514506329361456217
Octal16511050143516650514227
Binary11101011100010101100011101001110110101000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750145; }

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

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

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

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

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

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

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

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