#750454

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

Shades of Tyrian Purple #750454

Tints of Tyrian Purple #750454

Color information

#750454 (or 0x750454) is unknown color: approx Tyrian Purple. HEX triplet: 75, 04 and 54. RGB value is (117,4,84). Sum of RGB (Red+Green+Blue) = 117+4+84=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #750454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750454 is #8AFBAB. Grayscale: #2E2E2E. Windows color (decimal): -9108396 or 5506165. OLE color: 5506165.

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

Color convert

RGB117484-
CMYK00.970.280.54
HSL317.52º93.39%23.73%-
HSV(B)317.52º96.58%45.88%-
XYZ8.984.518.78-
YUV46.91148.94178-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=57.07%
G=1.95%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11748400.970.280.54317.5293.3923.73
Hex754540611C3613e5d18
Octal16541240141346647613530
Binary111010110010101000110000111100110110100111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750454; }

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

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

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

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

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

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

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

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