#750958

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

Shades of Tyrian Purple #750958

Tints of Tyrian Purple #750958

Color information

#750958 (or 0x750958) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 58. RGB value is (117,9,88). Sum of RGB (Red+Green+Blue) = 117+9+88=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #750958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750958 is #8AF6A7. Grayscale: #323232. Windows color (decimal): -9107112 or 5769589. OLE color: 5769589.

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

Color convert

RGB117988-
CMYK00.920.250.54
HSL316.11º85.71%24.71%-
HSV(B)316.11º92.31%45.88%-
XYZ9.24.689.65-
YUV50.3149.28175.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=54.67%
G=4.21%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11798800.920.250.54316.1185.7124.71
Hex7595805C193613c5619
Octal165111300134316647412631
Binary1110101100110110000101110011001110110100111100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750958; }

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

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

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

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

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

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

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

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