#750736

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

Shades of Tyrian Purple #750736

Tints of Tyrian Purple #750736

Color information

#750736 (or 0x750736) is unknown color: approx Tyrian Purple. HEX triplet: 75, 07 and 36. RGB value is (117,7,54). Sum of RGB (Red+Green+Blue) = 117+7+54=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #750736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750736 is #8AF8C9. Grayscale: #2D2D2D. Windows color (decimal): -9107658 or 3540853. OLE color: 3540853.

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

Color convert

RGB117754-
CMYK00.940.540.54
HSL334.36º88.71%24.31%-
HSV(B)334.36º94.02%45.88%-
XYZ8.084.23.87-
YUV45.25132.94179.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=65.73%
G=3.93%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11775400.940.540.54334.3688.7124.31
Hex7573605E363614e5918
Octal1657660136666651613130
Binary111010111111011001011110110110110110101001110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750736; }

 p { color: rgb(117,7,54); }

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

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

 a { background-color: rgb(117,7,54); }

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

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

 span { border-color: rgb(117,7,54); }

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