#75054B

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

Shades of Tyrian Purple #75054B

Tints of Tyrian Purple #75054B

Color information

#75054B (or 0x75054B) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 4B. RGB value is (117,5,75). Sum of RGB (Red+Green+Blue) = 117+5+75=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75054B is #8AFAB4. Grayscale: #2E2E2E. Windows color (decimal): -9108149 or 4916597. OLE color: 4916597.

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

Color convert

RGB117575-
CMYK00.960.360.54
HSL322.5º91.8%23.92%-
HSV(B)322.5º95.73%45.88%-
XYZ8.664.47.05-
YUV46.47144.11178.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=59.39%
G=2.54%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11757500.960.360.54322.591.823.92
Hex7554B06024361425c18
Octal16551130140446650213430
Binary1110101101100101101100000100100110110101000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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