#55043F

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

Shades of Tyrian Purple #55043F

Tints of Tyrian Purple #55043F

Color information

#55043F (or 0x55043F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 3F. RGB value is (85,4,63). Sum of RGB (Red+Green+Blue) = 85+4+63=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55043F is #AAFBC0. Grayscale: #222222. Windows color (decimal): -11205569 or 4129877. OLE color: 4129877.

HSL color Cylindrical-coordinate representation of color #55043F: hue angle of 316.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55043F is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB85463-
CMYK00.950.260.67
HSL316.3º91.01%17.45%-
HSV(B)316.3º95.29%33.33%-
XYZ4.692.384.91-
YUV34.94143.84163.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 63 (25% from 255) = 41.45%
R=55.92%
G=2.63%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8546300.950.260.67316.391.0117.45
Hex5543F05F1A4313c5b11
Octal12547701373210347413321
Binary101010110011111101011111110101000011100111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55043F; }

 p { color: rgb(85,4,63); }

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

<style>
 a { background-color: #55043F; }

 a { background-color: rgb(85,4,63); }

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

<style>
 span { border-color: #55043F; }

 span { border-color: rgb(85,4,63); }

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