#550B35

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

Shades of Tyrian Purple #550B35

Tints of Tyrian Purple #550B35

Color information

#550B35 (or 0x550B35) is unknown color: approx Tyrian Purple. HEX triplet: 55, 0B and 35. RGB value is (85,11,53). Sum of RGB (Red+Green+Blue) = 85+11+53=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #550B35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550B35 is #AAF4CA. Grayscale: #252525. Windows color (decimal): -11203787 or 3476309. OLE color: 3476309.

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

Color convert

RGB851153-
CMYK00.870.380.67
HSL325.95º77.08%18.82%-
HSV(B)325.95º87.06%33.33%-
XYZ4.512.433.6-
YUV37.91136.52161.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=57.05%
G=7.38%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85115300.870.380.67325.9577.0818.82
Hex55B3505726431464d13
Octal125136501274610350611523
Binary10101011011110101010101111001101000011101000110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,11,53); }

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

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

 a { background-color: rgb(85,11,53); }

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

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

 span { border-color: rgb(85,11,53); }

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