#750855

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

Shades of Tyrian Purple #750855

Tints of Tyrian Purple #750855

Color information

#750855 (or 0x750855) is unknown color: approx Tyrian Purple. HEX triplet: 75, 08 and 55. RGB value is (117,8,85). Sum of RGB (Red+Green+Blue) = 117+8+85=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #750855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750855 is #8AF7AA. Grayscale: #313131. Windows color (decimal): -9107371 or 5572725. OLE color: 5572725.

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

Color convert

RGB117885-
CMYK00.930.270.54
HSL317.61º87.2%24.51%-
HSV(B)317.61º93.16%45.88%-
XYZ9.064.619.01-
YUV49.37148.11176.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=55.71%
G=3.81%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11788500.930.270.54317.6187.224.51
Hex7585505D1B3613e5719
Octal165101250135336647612731
Binary1110101100010101010101110111011110110100111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750855; }

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

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

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

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

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

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

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

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