#75014E

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

Shades of Tyrian Purple #75014E

Tints of Tyrian Purple #75014E

Color information

#75014E (or 0x75014E) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 4E. RGB value is (117,1,78). Sum of RGB (Red+Green+Blue) = 117+1+78=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75014E is #8AFEB1. Grayscale: #2C2C2C. Windows color (decimal): -9109170 or 5112181. OLE color: 5112181.

HSL color Cylindrical-coordinate representation of color #75014E: hue angle of 320.17º 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 #75014E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB117178-
CMYK00.990.330.54
HSL320.17º98.31%23.14%-
HSV(B)320.17º99.15%45.88%-
XYZ8.724.357.59-
YUV44.46146.93179.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=59.69%
G=0.51%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11717800.990.330.54320.1798.3123.14
Hex7514E06321361406217
Octal16511160143416650014227
Binary11101011100111001100011100001110110101000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75014E; }

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

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

<style>
 a { background-color: #75014E; }

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

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

<style>
 span { border-color: #75014E; }

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

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