#55013E

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

Shades of Tyrian Purple #55013E

Tints of Tyrian Purple #55013E

Color information

#55013E (or 0x55013E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 3E. RGB value is (85,1,62). Sum of RGB (Red+Green+Blue) = 85+1+62=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55013E is #AAFEC1. Grayscale: #202020. Windows color (decimal): -11206338 or 4063573. OLE color: 4063573.

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

Color convert

RGB85162-
CMYK00.990.270.67
HSL316.43º97.67%16.86%-
HSV(B)316.43º98.82%33.33%-
XYZ4.632.34.76-
YUV33.07144.33165.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 62 (24.61% from 255) = 41.89%
R=57.43%
G=0.68%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516200.990.270.67316.4397.6716.86
Hex5513E0631B4313c6211
Octal12517601433310347414221
Binary1010101111111001100011110111000011100111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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