#550633

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

Shades of Tyrian Purple #550633

Tints of Tyrian Purple #550633

Color information

#550633 (or 0x550633) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 33. RGB value is (85,6,51). Sum of RGB (Red+Green+Blue) = 85+6+51=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #550633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550633 is #AAF9CC. Grayscale: #222222. Windows color (decimal): -11205069 or 3343957. OLE color: 3343957.

HSL color Cylindrical-coordinate representation of color #550633: hue angle of 325.82º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550633 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB85651-
CMYK00.930.400.67
HSL325.82º86.81%17.84%-
HSV(B)325.82º92.94%33.33%-
XYZ4.412.33.34-
YUV34.75137.17163.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=59.86%
G=4.23%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8565100.930.400.67325.8286.8117.84
Hex5563305D28431465712
Octal12566301355010350612722
Binary1010101110110011010111011010001000011101000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550633; }

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

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

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

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

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

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

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

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