#550433

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

Shades of Tyrian Purple #550433

Tints of Tyrian Purple #550433

Color information

#550433 (or 0x550433) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 33. RGB value is (85,4,51). Sum of RGB (Red+Green+Blue) = 85+4+51=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #550433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550433 is #AAFBCC. Grayscale: #212121. Windows color (decimal): -11205581 or 3343445. OLE color: 3343445.

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

Color convert

RGB85451-
CMYK00.950.400.67
HSL325.19º91.01%17.45%-
HSV(B)325.19º95.29%33.33%-
XYZ4.392.263.34-
YUV33.58137.84164.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=60.71%
G=2.86%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8545100.950.400.67325.1991.0117.45
Hex5543305F28431455b11
Octal12546301375010350513321
Binary1010101100110011010111111010001000011101000101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550433; }

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

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

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

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

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

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

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

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