#550429

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

Shades of Tyrian Purple #550429

Tints of Tyrian Purple #550429

Color information

#550429 (or 0x550429) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 29. RGB value is (85,4,41). Sum of RGB (Red+Green+Blue) = 85+4+41=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #550429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550429 is #AAFBD6. Grayscale: #202020. Windows color (decimal): -11205591 or 2688085. OLE color: 2688085.

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

Color convert

RGB85441-
CMYK00.950.520.67
HSL332.59º91.01%17.45%-
HSV(B)332.59º95.29%33.33%-
XYZ4.192.182.3-
YUV32.44132.84165.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=65.38%
G=3.08%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8544100.950.520.67332.5991.0117.45
Hex5542905F344314d5b11
Octal12545101376410351513321
Binary1010101100101001010111111101001000011101001101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550429; }

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

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

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

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

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

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

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

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