#550028

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

Shades of Tyrian Purple #550028

Tints of Tyrian Purple #550028

Color information

#550028 (or 0x550028) is unknown color: approx Tyrian Purple. HEX triplet: 55, 00 and 28. RGB value is (85,0,40). Sum of RGB (Red+Green+Blue) = 85+0+40=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550028 is #AAFFD7. Grayscale: #1D1D1D. Windows color (decimal): -11206616 or 2621525. OLE color: 2621525.

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

Color convert

RGB85040-
CMYK010.530.67
HSL331.76º100%16.67%-
HSV(B)331.76º100%33.33%-
XYZ4.132.082.19-
YUV29.98133.66167.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 32%
R=68%
G=0%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85040010.530.67331.7610016.67
Hex55028064354314c6411
Octal12505001446510351414421
Binary10101010101000011001001101011000011101001100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550028; }

 p { color: rgb(85,0,40); }

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

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

 a { background-color: rgb(85,0,40); }

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

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

 span { border-color: rgb(85,0,40); }

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