#750735

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

Shades of Tyrian Purple #750735

Tints of Tyrian Purple #750735

Color information

#750735 (or 0x750735) is unknown color: approx Tyrian Purple. HEX triplet: 75, 07 and 35. RGB value is (117,7,53). Sum of RGB (Red+Green+Blue) = 117+7+53=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #750735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750735 is #8AF8CA. Grayscale: #2D2D2D. Windows color (decimal): -9107659 or 3475317. OLE color: 3475317.

HSL color Cylindrical-coordinate representation of color #750735: hue angle of 334.91º 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 #750735 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB117753-
CMYK00.940.550.54
HSL334.91º88.71%24.31%-
HSV(B)334.91º94.02%45.88%-
XYZ8.054.193.75-
YUV45.13132.44179.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=66.10%
G=3.95%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11775300.940.550.54334.9188.7124.31
Hex7573505E373614f5918
Octal1657650136676651713130
Binary111010111111010101011110110111110110101001111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750735; }

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

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

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

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

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

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

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

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