Html Css Color HEX #550536 Tyrian Purple

📋 copy color: '#550536'

red 85 ◦ green 5 ◦ blue 54

#550536
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #550536

Tints of Tyrian Purple #550536

RGB

 RED value IS 85 (33.59% from 255) = 59.03%

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 54 (21.48% from 255) = 37.5%

R = 59.03%
G = 3.47%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#550536 (or 0x550536) is known color: Tyrian Purple. HEX triplet: 55, 05 and 36. RGB value is (85,5,54). Sum of RGB (Red+Green+Blue) = 85+5+54=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #550536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550536 is #AAFAC9. Grayscale: #222222. Windows color (decimal): -11205322 or 3540309. OLE color: 3540309.

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

Color convert

RGB 85 5 54 -
CMYK 0 0.94 0.36 0.67
HSL 323.25º 0.89% 0.18% -
HSV(B) 323.25º 0.94% 0.33% -
XYZ 4.47 2.31 3.7 -
YUV 34.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 85 5 54 0 0.94 0.36 0.67 323.25 0.89 0.18
Hex 55 5 36 0 5E 24 43 143 59 12
Octal 125 5 66 0 136 44 103 503 131 22
Binary 1010101 101 110110 0 1011110 100100 1000011 101000011 1011001 10010

Color Harmonies of #550536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550536

Black with #550536

Text Example


Text Example

White with #550536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550536; }

 p { color: rgb(85,5,54); }

 H1.HeaderClassName
 {
   color: #550536;
 }
 .AnyTagClassName
 {
   color: #550536;
 }
</style>

background-color css

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

 a { background-color: rgb(85,5,54); }

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

border-color css

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

 span { border-color: rgb(85,5,54); }

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