#750C55

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

Shades of Tyrian Purple #750C55

Tints of Tyrian Purple #750C55

Color information

#750C55 (or 0x750C55) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0C and 55. RGB value is (117,12,85). Sum of RGB (Red+Green+Blue) = 117+12+85=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #750C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C55 is #8AF3AA. Grayscale: #333333. Windows color (decimal): -9106347 or 5573749. OLE color: 5573749.

HSL color Cylindrical-coordinate representation of color #750C55: hue angle of 318.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C55 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1171285-
CMYK00.900.270.54
HSL318.29º81.4%25.29%-
HSV(B)318.29º89.74%45.88%-
XYZ9.114.79.02-
YUV51.72146.79174.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=54.67%
G=5.61%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117128500.900.270.54318.2981.425.29
Hex75C5505A1B3613e5119
Octal165141250132336647612131
Binary1110101110010101010101101011011110110100111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,85); }

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

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

 a { background-color: rgb(117,12,85); }

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

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

 span { border-color: rgb(117,12,85); }

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