#55063A

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

Shades of Tyrian Purple #55063A

Tints of Tyrian Purple #55063A

Color information

#55063A (or 0x55063A) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 3A. RGB value is (85,6,58). Sum of RGB (Red+Green+Blue) = 85+6+58=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55063A is #AAF9C5. Grayscale: #232323. Windows color (decimal): -11205062 or 3802709. OLE color: 3802709.

HSL color Cylindrical-coordinate representation of color #55063A: hue angle of 320.51º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55063A is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB85658-
CMYK00.930.320.67
HSL320.51º86.81%17.84%-
HSV(B)320.51º92.94%33.33%-
XYZ4.582.374.22-
YUV35.55140.67163.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=57.05%
G=4.03%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8565800.930.320.67320.5186.8117.84
Hex5563A05D20431415712
Octal12567201354010350112722
Binary1010101110111010010111011000001000011101000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,6,58); }

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

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

 a { background-color: rgb(85,6,58); }

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

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

 span { border-color: rgb(85,6,58); }

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