#750453

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

Shades of Tyrian Purple #750453

Tints of Tyrian Purple #750453

Color information

#750453 (or 0x750453) is unknown color: approx Tyrian Purple. HEX triplet: 75, 04 and 53. RGB value is (117,4,83). Sum of RGB (Red+Green+Blue) = 117+4+83=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #750453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750453 is #8AFBAC. Grayscale: #2E2E2E. Windows color (decimal): -9108397 or 5440629. OLE color: 5440629.

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

Color convert

RGB117483-
CMYK00.970.290.54
HSL318.05º93.39%23.73%-
HSV(B)318.05º96.58%45.88%-
XYZ8.944.498.58-
YUV46.79148.44178.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=57.35%
G=1.96%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11748300.970.290.54318.0593.3923.73
Hex754530611D3613e5d18
Octal16541230141356647613530
Binary111010110010100110110000111101110110100111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750453; }

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

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

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

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

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

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

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

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