#550A34

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

Shades of Tyrian Purple #550A34

Tints of Tyrian Purple #550A34

Color information

#550A34 (or 0x550A34) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0A and 34. RGB value is (85,10,52). Sum of RGB (Red+Green+Blue) = 85+10+52=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #550A34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A34 is #AAF5CB. Grayscale: #252525. Windows color (decimal): -11204044 or 3410517. OLE color: 3410517.

HSL color Cylindrical-coordinate representation of color #550A34: hue angle of 326.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A34 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB851052-
CMYK00.880.390.67
HSL326.4º78.95%18.63%-
HSV(B)326.4º88.24%33.33%-
XYZ4.472.43.48-
YUV37.21136.35162.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=57.82%
G=6.80%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85105200.880.390.67326.478.9518.63
Hex55A3405827431464f13
Octal125126401304710350611723
Binary10101011010110100010110001001111000011101000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550A34; }

 p { color: rgb(85,10,52); }

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

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

 a { background-color: rgb(85,10,52); }

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

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

 span { border-color: rgb(85,10,52); }

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