#55143E

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

Shades of Tyrian Purple #55143E

Tints of Tyrian Purple #55143E

Color information

#55143E (or 0x55143E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 14 and 3E. RGB value is (85,20,62). Sum of RGB (Red+Green+Blue) = 85+20+62=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55143E is #AAEBC1. Grayscale: #2C2C2C. Windows color (decimal): -11201474 or 4068437. OLE color: 4068437.

HSL color Cylindrical-coordinate representation of color #55143E: hue angle of 321.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55143E is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB852062-
CMYK00.760.270.67
HSL321.23º61.9%20.59%-
HSV(B)321.23º76.47%33.33%-
XYZ4.872.784.84-
YUV44.22138.03157.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=50.90%
G=11.98%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85206200.760.270.67321.2361.920.59
Hex55143E04C1B431413e15
Octal12524760114331035017625
Binary1010101101001111100100110011011100001110100000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,20,62); }

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

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

 a { background-color: rgb(85,20,62); }

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

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

 span { border-color: rgb(85,20,62); }

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