#750935

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

Shades of Tyrian Purple #750935

Tints of Tyrian Purple #750935

Color information

#750935 (or 0x750935) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 35. RGB value is (117,9,53). Sum of RGB (Red+Green+Blue) = 117+9+53=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #750935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750935 is #8AF6CA. Grayscale: #2E2E2E. Windows color (decimal): -9107147 or 3475829. OLE color: 3475829.

HSL color Cylindrical-coordinate representation of color #750935: hue angle of 335.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750935 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB117953-
CMYK00.920.550.54
HSL335.56º85.71%24.71%-
HSV(B)335.56º92.31%45.88%-
XYZ8.084.233.76-
YUV46.31131.78178.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=65.36%
G=5.03%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11795300.920.550.54335.5685.7124.71
Hex7593505C37361505619
Octal16511650134676652012631
Binary1110101100111010101011100110111110110101010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750935; }

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

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

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

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

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

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

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

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