#750534

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

Shades of Tyrian Purple #750534

Tints of Tyrian Purple #750534

Color information

#750534 (or 0x750534) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 34. RGB value is (117,5,52). Sum of RGB (Red+Green+Blue) = 117+5+52=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #750534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750534 is #8AFACB. Grayscale: #2B2B2B. Windows color (decimal): -9108172 or 3409269. OLE color: 3409269.

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

Color convert

RGB117552-
CMYK00.960.560.54
HSL334.82º91.8%23.92%-
HSV(B)334.82º95.73%45.88%-
XYZ8.014.143.63-
YUV43.85132.61180.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=67.24%
G=2.87%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11755200.960.560.54334.8291.823.92
Hex75534060383614f5c18
Octal1655640140706651713430
Binary111010110111010001100000111000110110101001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750534; }

 p { color: rgb(117,5,52); }

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

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

 a { background-color: rgb(117,5,52); }

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

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

 span { border-color: rgb(117,5,52); }

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