#750058

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

Shades of Tyrian Purple #750058

Tints of Tyrian Purple #750058

Color information

#750058 (or 0x750058) is unknown color: approx Tyrian Purple. HEX triplet: 75, 00 and 58. RGB value is (117,0,88). Sum of RGB (Red+Green+Blue) = 117+0+88=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #750058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750058 is #8AFFA7. Grayscale: #2C2C2C. Windows color (decimal): -9109416 or 5767285. OLE color: 5767285.

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

Color convert

RGB117088-
CMYK010.250.54
HSL314.87º100%22.94%-
HSV(B)314.87º100%45.88%-
XYZ9.14.499.62-
YUV45.02152.26179.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=57.07%
G=0%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117088010.250.54314.8710022.94
Hex75058064193613b6417
Octal16501300144316647314427
Binary1110101010110000110010011001110110100111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750058; }

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

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

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

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

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

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

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

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