#55014B

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

Shades of Tyrian Purple #55014B

Tints of Tyrian Purple #55014B

Color information

#55014B (or 0x55014B) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 4B. RGB value is (85,1,75). Sum of RGB (Red+Green+Blue) = 85+1+75=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55014B is #AAFEB4. Grayscale: #222222. Windows color (decimal): -11206325 or 4915541. OLE color: 4915541.

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

Color convert

RGB85175-
CMYK00.990.120.67
HSL307.14º97.67%16.86%-
HSV(B)307.14º98.82%33.33%-
XYZ5.032.466.87-
YUV34.55150.83163.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=52.80%
G=0.62%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8517500.990.120.67307.1497.6716.86
Hex5514B063C431336211
Octal125111301431410346314221
Binary1010101110010110110001111001000011100110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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