#75075A

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

Shades of Tyrian Purple #75075A

Tints of Tyrian Purple #75075A

Color information

#75075A (or 0x75075A) is unknown color: approx Tyrian Purple. HEX triplet: 75, 07 and 5A. RGB value is (117,7,90). Sum of RGB (Red+Green+Blue) = 117+7+90=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75075A is #8AF8A5. Grayscale: #313131. Windows color (decimal): -9107622 or 5900149. OLE color: 5900149.

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

Color convert

RGB117790-
CMYK00.940.230.54
HSL314.73º88.71%24.31%-
HSV(B)314.73º94.02%45.88%-
XYZ9.264.6710.09-
YUV49.35150.94176.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=54.67%
G=3.27%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11779000.940.230.54314.7388.7124.31
Hex7575A05E173613b5918
Octal16571320136276647313130
Binary111010111110110100101111010111110110100111011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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