#750B54

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

Shades of Tyrian Purple #750B54

Tints of Tyrian Purple #750B54

Color information

#750B54 (or 0x750B54) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0B and 54. RGB value is (117,11,84). Sum of RGB (Red+Green+Blue) = 117+11+84=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #750B54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B54 is #8AF4AB. Grayscale: #323232. Windows color (decimal): -9106604 or 5507957. OLE color: 5507957.

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

Color convert

RGB1171184-
CMYK00.910.280.54
HSL318.68º82.81%25.1%-
HSV(B)318.68º90.6%45.88%-
XYZ9.064.668.81-
YUV51.02146.62175.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=55.19%
G=5.19%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118400.910.280.54318.6882.8125.1
Hex75B5405B1C3613f5319
Octal165131240133346647712331
Binary1110101101110101000101101111100110110100111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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