#750455

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

Shades of Tyrian Purple #750455

Tints of Tyrian Purple #750455

Color information

#750455 (or 0x750455) is unknown color: approx Tyrian Purple. HEX triplet: 75, 04 and 55. RGB value is (117,4,85). Sum of RGB (Red+Green+Blue) = 117+4+85=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #750455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750455 is #8AFBAA. Grayscale: #2E2E2E. Windows color (decimal): -9108395 or 5571701. OLE color: 5571701.

HSL color Cylindrical-coordinate representation of color #750455: hue angle of 316.99º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750455 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB117485-
CMYK00.970.270.54
HSL316.99º93.39%23.73%-
HSV(B)316.99º96.58%45.88%-
XYZ9.024.528.99-
YUV47.02149.44177.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=56.80%
G=1.94%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11748500.970.270.54316.9993.3923.73
Hex754550611B3613d5d18
Octal16541250141336647513530
Binary111010110010101010110000111011110110100111101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750455; }

 p { color: rgb(117,4,85); }

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

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

 a { background-color: rgb(117,4,85); }

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

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

 span { border-color: rgb(117,4,85); }

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