#750B4B

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

Shades of Tyrian Purple #750B4B

Tints of Tyrian Purple #750B4B

Color information

#750B4B (or 0x750B4B) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0B and 4B. RGB value is (117,11,75). Sum of RGB (Red+Green+Blue) = 117+11+75=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750B4B is #8AF4B4. Grayscale: #313131. Windows color (decimal): -9106613 or 4918133. OLE color: 4918133.

HSL color Cylindrical-coordinate representation of color #750B4B: hue angle of 323.77º degrees, saturation: 0.83, 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 #750B4B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1171175-
CMYK00.910.360.54
HSL323.77º82.81%25.1%-
HSV(B)323.77º90.6%45.88%-
XYZ8.734.537.07-
YUV49.99142.12175.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=57.64%
G=5.42%
B=36.95%

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
Decimal117117500.910.360.54323.7782.8125.1
Hex75B4B05B24361445319
Octal165131130133446650412331
Binary11101011011100101101011011100100110110101000100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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