#750943

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

Shades of Tyrian Purple #750943

Tints of Tyrian Purple #750943

Color information

#750943 (or 0x750943) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 43. RGB value is (117,9,67). Sum of RGB (Red+Green+Blue) = 117+9+67=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #750943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750943 is #8AF6BC. Grayscale: #2F2F2F. Windows color (decimal): -9107133 or 4393333. OLE color: 4393333.

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

Color convert

RGB117967-
CMYK00.920.430.54
HSL327.78º85.71%24.71%-
HSV(B)327.78º92.31%45.88%-
XYZ8.454.385.71-
YUV47.9138.78177.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 67 (26.56% from 255) = 34.72%
R=60.62%
G=4.66%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11796700.920.430.54327.7885.7124.71
Hex7594305C2B361485619
Octal165111030134536651012631
Binary11101011001100001101011100101011110110101001000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750943; }

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

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

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

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

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

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

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

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