#75053A

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

Shades of Tyrian Purple #75053A

Tints of Tyrian Purple #75053A

Color information

#75053A (or 0x75053A) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 3A. RGB value is (117,5,58). Sum of RGB (Red+Green+Blue) = 117+5+58=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75053A is #8AFAC5. Grayscale: #2C2C2C. Windows color (decimal): -9108166 or 3802485. OLE color: 3802485.

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

Color convert

RGB117558-
CMYK00.960.500.54
HSL331.61º91.8%23.92%-
HSV(B)331.61º95.73%45.88%-
XYZ8.154.24.38-
YUV44.53135.61179.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=65%
G=2.78%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11755800.960.500.54331.6191.823.92
Hex7553A060323614c5c18
Octal1655720140626651413430
Binary111010110111101001100000110010110110101001100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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