#75093B

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

Shades of Tyrian Purple #75093B

Tints of Tyrian Purple #75093B

Color information

#75093B (or 0x75093B) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 3B. RGB value is (117,9,59). Sum of RGB (Red+Green+Blue) = 117+9+59=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75093B is #8AF6C4. Grayscale: #2E2E2E. Windows color (decimal): -9107141 or 3869045. OLE color: 3869045.

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

Color convert

RGB117959-
CMYK00.920.500.54
HSL332.22º85.71%24.71%-
HSV(B)332.22º92.31%45.88%-
XYZ8.224.294.53-
YUV46.99134.78177.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=63.24%
G=4.86%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11795900.920.500.54332.2285.7124.71
Hex7593B05C323614c5619
Octal16511730134626651412631
Binary1110101100111101101011100110010110110101001100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75093B; }

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

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

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

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

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

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

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

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