#750A4B

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

Shades of Tyrian Purple #750A4B

Tints of Tyrian Purple #750A4B

Color information

#750A4B (or 0x750A4B) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0A and 4B. RGB value is (117,10,75). Sum of RGB (Red+Green+Blue) = 117+10+75=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #750A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A4B is #8AF5B4. Grayscale: #313131. Windows color (decimal): -9106869 or 4917877. OLE color: 4917877.

HSL color Cylindrical-coordinate representation of color #750A4B: hue angle of 323.55º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A4B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1171075-
CMYK00.910.360.54
HSL323.55º84.25%24.9%-
HSV(B)323.55º91.45%45.88%-
XYZ8.714.517.07-
YUV49.4142.45176.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=57.92%
G=4.95%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117107500.910.360.54323.5584.2524.9
Hex75A4B05B24361445419
Octal165121130133446650412431
Binary11101011010100101101011011100100110110101000100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750A4B; }

 p { color: rgb(117,10,75); }

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

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

 a { background-color: rgb(117,10,75); }

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

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

 span { border-color: rgb(117,10,75); }

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