#550451

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

Shades of Tyrian Purple #550451

Tints of Tyrian Purple #550451

Color information

#550451 (or 0x550451) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 51. RGB value is (85,4,81). Sum of RGB (Red+Green+Blue) = 85+4+81=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #550451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550451 is #AAFBAE. Grayscale: #242424. Windows color (decimal): -11205551 or 5309525. OLE color: 5309525.

HSL color Cylindrical-coordinate representation of color #550451: hue angle of 302.96º 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 #550451 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB85481-
CMYK00.950.050.67
HSL302.96º91.01%17.45%-
HSV(B)302.96º95.29%33.33%-
XYZ5.272.618.01-
YUV37152.84162.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=50%
G=2.35%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8548100.950.050.67302.9691.0117.45
Hex5545105F54312f5b11
Octal12541210137510345713321
Binary10101011001010001010111111011000011100101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550451; }

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

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

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

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

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

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

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

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