#75054C

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

Shades of Tyrian Purple #75054C

Tints of Tyrian Purple #75054C

Color information

#75054C (or 0x75054C) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 4C. RGB value is (117,5,76). Sum of RGB (Red+Green+Blue) = 117+5+76=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75054C is #8AFAB3. Grayscale: #2E2E2E. Windows color (decimal): -9108148 or 4982133. OLE color: 4982133.

HSL color Cylindrical-coordinate representation of color #75054C: hue angle of 321.96º 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 #75054C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB117576-
CMYK00.960.350.54
HSL321.96º91.8%23.92%-
HSV(B)321.96º95.73%45.88%-
XYZ8.694.417.23-
YUV46.58144.61178.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=59.09%
G=2.53%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11757600.960.350.54321.9691.823.92
Hex7554C06023361425c18
Octal16551140140436650213430
Binary1110101101100110001100000100011110110101000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75054C; }

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

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

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

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

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

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

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

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