#750337

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

Shades of Tyrian Purple #750337

Tints of Tyrian Purple #750337

Color information

#750337 (or 0x750337) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 37. RGB value is (117,3,55). Sum of RGB (Red+Green+Blue) = 117+3+55=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #750337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750337 is #8AFCC8. Grayscale: #2A2A2A. Windows color (decimal): -9108681 or 3605365. OLE color: 3605365.

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

Color convert

RGB117355-
CMYK00.970.530.54
HSL332.63º95%23.53%-
HSV(B)332.63º97.44%45.88%-
XYZ8.064.123.99-
YUV43.01134.77180.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.86%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=66.86%
G=1.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11735500.970.530.54332.639523.53
Hex75337061353614d5f18
Octal1653670141656651513730
Binary11101011111011101100001110101110110101001101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750337; }

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

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

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

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

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

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

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

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