#750432

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

Shades of Tyrian Purple #750432

Tints of Tyrian Purple #750432

Color information

#750432 (or 0x750432) is unknown color: approx Tyrian Purple. HEX triplet: 75, 04 and 32. RGB value is (117,4,50). Sum of RGB (Red+Green+Blue) = 117+4+50=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #750432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750432 is #8AFBCD. Grayscale: #2A2A2A. Windows color (decimal): -9108430 or 3277941. OLE color: 3277941.

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

Color convert

RGB117450-
CMYK00.970.570.54
HSL335.58º93.39%23.73%-
HSV(B)335.58º96.58%45.88%-
XYZ7.964.13.39-
YUV43.03131.94180.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=68.42%
G=2.34%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11745000.970.570.54335.5893.3923.73
Hex7543206139361505d18
Octal1654620141716652013530
Binary111010110011001001100001111001110110101010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750432; }

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

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

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

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

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

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

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

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