#750245

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

Shades of Tyrian Purple #750245

Tints of Tyrian Purple #750245

Color information

#750245 (or 0x750245) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 45. RGB value is (117,2,69). Sum of RGB (Red+Green+Blue) = 117+2+69=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #750245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750245 is #8AFDBA. Grayscale: #2B2B2B. Windows color (decimal): -9108923 or 4522613. OLE color: 4522613.

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

Color convert

RGB117269-
CMYK00.980.410.54
HSL325.04º96.64%23.33%-
HSV(B)325.04º98.29%45.88%-
XYZ8.434.256.01-
YUV44.02142.1180.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=62.23%
G=1.06%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11726900.980.410.54325.0496.6423.33
Hex7524506229361456117
Octal16521050142516650514127
Binary111010110100010101100010101001110110101000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750245; }

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

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

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

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

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

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

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

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