#55014F

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

Shades of Tyrian Purple #55014F

Tints of Tyrian Purple #55014F

Color information

#55014F (or 0x55014F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 4F. RGB value is (85,1,79). Sum of RGB (Red+Green+Blue) = 85+1+79=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55014F is #AAFEB0. Grayscale: #222222. Windows color (decimal): -11206321 or 5177685. OLE color: 5177685.

HSL color Cylindrical-coordinate representation of color #55014F: hue angle of 304.29º 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 #55014F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB85179-
CMYK00.990.070.67
HSL304.29º97.67%16.86%-
HSV(B)304.29º98.82%33.33%-
XYZ5.172.527.61-
YUV35.01152.83163.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=51.52%
G=0.61%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8517900.990.070.67304.2997.6716.86
Hex5514F0637431306211
Octal12511170143710346014221
Binary101010111001111011000111111000011100110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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