#75015A

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

Shades of Tyrian Purple #75015A

Tints of Tyrian Purple #75015A

Color information

#75015A (or 0x75015A) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 5A. RGB value is (117,1,90). Sum of RGB (Red+Green+Blue) = 117+1+90=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #75015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75015A is #8AFEA5. Grayscale: #2D2D2D. Windows color (decimal): -9109158 or 5898613. OLE color: 5898613.

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

Color convert

RGB117190-
CMYK00.990.230.54
HSL313.97º98.31%23.14%-
HSV(B)313.97º99.15%45.88%-
XYZ9.194.5410.07-
YUV45.83152.93178.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=56.25%
G=0.48%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11719000.990.230.54313.9798.3123.14
Hex7515A063173613a6217
Octal16511320143276647214227
Binary1110101110110100110001110111110110100111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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