#75043B

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

Shades of Tyrian Purple #75043B

Tints of Tyrian Purple #75043B

Color information

#75043B (or 0x75043B) is unknown color: approx Tyrian Purple. HEX triplet: 75, 04 and 3B. RGB value is (117,4,59). Sum of RGB (Red+Green+Blue) = 117+4+59=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75043B is #8AFBC4. Grayscale: #2B2B2B. Windows color (decimal): -9108421 or 3867765. OLE color: 3867765.

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

Color convert

RGB117459-
CMYK00.970.500.54
HSL330.8º93.39%23.73%-
HSV(B)330.8º96.58%45.88%-
XYZ8.174.184.51-
YUV44.06136.44180.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=65%
G=2.22%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11745900.970.500.54330.893.3923.73
Hex7543B061323614b5d18
Octal1654730141626651313530
Binary111010110011101101100001110010110110101001011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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