#750D3C

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

Shades of Tyrian Purple #750D3C

Tints of Tyrian Purple #750D3C

Color information

#750D3C (or 0x750D3C) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0D and 3C. RGB value is (117,13,60). Sum of RGB (Red+Green+Blue) = 117+13+60=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D3C is #8AF2C3. Grayscale: #313131. Windows color (decimal): -9106116 or 3935605. OLE color: 3935605.

HSL color Cylindrical-coordinate representation of color #750D3C: hue angle of 332.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D3C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1171360-
CMYK00.890.490.54
HSL332.88º80%25.49%-
HSV(B)332.88º88.89%45.88%-
XYZ8.34.44.69-
YUV49.45133.96176.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=61.58%
G=6.84%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117136000.890.490.54332.888025.49
Hex75D3C059313614d5019
Octal16515740131616651512031
Binary1110101110111110001011001110001110110101001101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750D3C; }

 p { color: rgb(117,13,60); }

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

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

 a { background-color: rgb(117,13,60); }

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

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

 span { border-color: rgb(117,13,60); }

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