#75045A

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

Shades of Tyrian Purple #75045A

Tints of Tyrian Purple #75045A

Color information

#75045A (or 0x75045A) is unknown color: approx Tyrian Purple. HEX triplet: 75, 04 and 5A. RGB value is (117,4,90). Sum of RGB (Red+Green+Blue) = 117+4+90=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75045A is #8AFBA5. Grayscale: #2F2F2F. Windows color (decimal): -9108390 or 5899381. OLE color: 5899381.

HSL color Cylindrical-coordinate representation of color #75045A: hue angle of 314.34º 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 #75045A is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB117490-
CMYK00.970.230.54
HSL314.34º93.39%23.73%-
HSV(B)314.34º96.58%45.88%-
XYZ9.224.6110.08-
YUV47.59151.94177.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=55.45%
G=1.90%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11749000.970.230.54314.3493.3923.73
Hex7545A061173613a5d18
Octal16541320141276647213530
Binary111010110010110100110000110111110110100111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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