#55063D

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

Shades of Tyrian Purple #55063D

Tints of Tyrian Purple #55063D

Color information

#55063D (or 0x55063D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 3D. RGB value is (85,6,61). Sum of RGB (Red+Green+Blue) = 85+6+61=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55063D is #AAF9C2. Grayscale: #232323. Windows color (decimal): -11205059 or 3999317. OLE color: 3999317.

HSL color Cylindrical-coordinate representation of color #55063D: hue angle of 318.23º 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 #55063D is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB85661-
CMYK00.930.280.67
HSL318.23º86.81%17.84%-
HSV(B)318.23º92.94%33.33%-
XYZ4.652.44.63-
YUV35.89142.17163.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=55.92%
G=3.95%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566100.930.280.67318.2386.8117.84
Hex5563D05D1C4313e5712
Octal12567501353410347612722
Binary101010111011110101011101111001000011100111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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