#750854

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

Shades of Tyrian Purple #750854

Tints of Tyrian Purple #750854

Color information

#750854 (or 0x750854) is unknown color: approx Tyrian Purple. HEX triplet: 75, 08 and 54. RGB value is (117,8,84). Sum of RGB (Red+Green+Blue) = 117+8+84=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #750854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750854 is #8AF7AB. Grayscale: #313131. Windows color (decimal): -9107372 or 5507189. OLE color: 5507189.

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

Color convert

RGB117884-
CMYK00.930.280.54
HSL318.17º87.2%24.51%-
HSV(B)318.17º93.16%45.88%-
XYZ9.024.68.8-
YUV49.26147.61176.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=55.98%
G=3.83%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11788400.930.280.54318.1787.224.51
Hex7585405D1C3613e5719
Octal165101240135346647612731
Binary1110101100010101000101110111100110110100111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750854; }

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

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

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

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

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

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

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

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