#551642

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

Shades of Tyrian Purple #551642

Tints of Tyrian Purple #551642

Color information

#551642 (or 0x551642) is unknown color: approx Tyrian Purple. HEX triplet: 55, 16 and 42. RGB value is (85,22,66). Sum of RGB (Red+Green+Blue) = 85+22+66=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551642 is #AAE9BD. Grayscale: #2D2D2D. Windows color (decimal): -11200958 or 4331093. OLE color: 4331093.

HSL color Cylindrical-coordinate representation of color #551642: hue angle of 318.1º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551642 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB852266-
CMYK00.740.220.67
HSL318.1º58.88%20.98%-
HSV(B)318.1º74.12%33.33%-
XYZ5.022.95.45-
YUV45.85139.37155.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=49.13%
G=12.72%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85226600.740.220.67318.158.8820.98
Hex55164204A164313e3b15
Octal125261020112261034767325
Binary10101011011010000100100101010110100001110011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551642; }

 p { color: rgb(85,22,66); }

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

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

 a { background-color: rgb(85,22,66); }

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

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

 span { border-color: rgb(85,22,66); }

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