#75083A

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

Shades of Tyrian Purple #75083A

Tints of Tyrian Purple #75083A

Color information

#75083A (or 0x75083A) is unknown color: approx Tyrian Purple. HEX triplet: 75, 08 and 3A. RGB value is (117,8,58). Sum of RGB (Red+Green+Blue) = 117+8+58=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75083A is #8AF7C5. Grayscale: #2E2E2E. Windows color (decimal): -9107398 or 3803253. OLE color: 3803253.

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

Color convert

RGB117858-
CMYK00.930.500.54
HSL332.48º87.2%24.51%-
HSV(B)332.48º93.16%45.88%-
XYZ8.194.264.39-
YUV46.29134.61178.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=63.93%
G=4.37%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11785800.930.500.54332.4887.224.51
Hex7583A05D323614c5719
Octal16510720135626651412731
Binary1110101100011101001011101110010110110101001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75083A; }

 p { color: rgb(117,8,58); }

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

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

 a { background-color: rgb(117,8,58); }

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

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

 span { border-color: rgb(117,8,58); }

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