#55103E

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

Shades of Tyrian Purple #55103E

Tints of Tyrian Purple #55103E

Color information

#55103E (or 0x55103E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 10 and 3E. RGB value is (85,16,62). Sum of RGB (Red+Green+Blue) = 85+16+62=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55103E is #AAEFC1. Grayscale: #292929. Windows color (decimal): -11202498 or 4067413. OLE color: 4067413.

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

Color convert

RGB851662-
CMYK00.810.270.67
HSL320º68.32%19.8%-
HSV(B)320º81.18%33.33%-
XYZ4.82.654.82-
YUV41.88139.36158.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=52.15%
G=9.82%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85166200.810.270.6732068.3219.8
Hex55103E0511B431404414
Octal125207601213310350010424
Binary10101011000011111001010001110111000011101000000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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