#750954

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

Shades of Tyrian Purple #750954

Tints of Tyrian Purple #750954

Color information

#750954 (or 0x750954) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 54. RGB value is (117,9,84). Sum of RGB (Red+Green+Blue) = 117+9+84=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #750954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750954 is #8AF6AB. Grayscale: #313131. Windows color (decimal): -9107116 or 5507445. OLE color: 5507445.

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

Color convert

RGB117984-
CMYK00.920.280.54
HSL318.33º85.71%24.71%-
HSV(B)318.33º92.31%45.88%-
XYZ9.034.628.8-
YUV49.84147.28175.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 84 (33.20% from 255) = 40%
R=55.71%
G=4.29%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11798400.920.280.54318.3385.7124.71
Hex7595405C1C3613e5619
Octal165111240134346647612631
Binary1110101100110101000101110011100110110100111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750954; }

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

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

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

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

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

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

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

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