#750858

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

Shades of Tyrian Purple #750858

Tints of Tyrian Purple #750858

Color information

#750858 (or 0x750858) is unknown color: approx Tyrian Purple. HEX triplet: 75, 08 and 58. RGB value is (117,8,88). Sum of RGB (Red+Green+Blue) = 117+8+88=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #750858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750858 is #8AF7A7. Grayscale: #313131. Windows color (decimal): -9107368 or 5769333. OLE color: 5769333.

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

Color convert

RGB117888-
CMYK00.930.250.54
HSL315.96º87.2%24.51%-
HSV(B)315.96º93.16%45.88%-
XYZ9.184.669.65-
YUV49.71149.61176-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=54.93%
G=3.76%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11788800.930.250.54315.9687.224.51
Hex7585805D193613c5719
Octal165101300135316647412731
Binary1110101100010110000101110111001110110100111100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750858; }

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

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

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

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

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

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

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

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