#750A33

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

Shades of Tyrian Purple #750A33

Tints of Tyrian Purple #750A33

Color information

#750A33 (or 0x750A33) is unknown color: approx Tyrian Purple. HEX triplet: 75, 0A and 33. RGB value is (117,10,51). Sum of RGB (Red+Green+Blue) = 117+10+51=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #750A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A33 is #8AF5CC. Grayscale: #2E2E2E. Windows color (decimal): -9106893 or 3345013. OLE color: 3345013.

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

Color convert

RGB1171051-
CMYK00.910.560.54
HSL337.01º84.25%24.9%-
HSV(B)337.01º91.45%45.88%-
XYZ8.044.243.53-
YUV46.67130.45178.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 10 (4.30% from 255) = 5.62%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=65.73%
G=5.62%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117105100.910.560.54337.0184.2524.9
Hex75A3305B38361515419
Octal16512630133706652112431
Binary1110101101011001101011011111000110110101010001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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