Html Css Color HEX #550636 Tyrian Purple

📋 copy color: '#550636'

red 85 ◦ green 6 ◦ blue 54

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

Shades of Tyrian Purple #550636

Tints of Tyrian Purple #550636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

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

R = 58.62%
G = 4.14%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#550636 (or 0x550636) is known color: Tyrian Purple. HEX triplet: 55, 06 and 36. RGB value is (85,6,54). Sum of RGB (Red+Green+Blue) = 85+6+54=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #550636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550636 is #AAF9C9. Grayscale: #222222. Windows color (decimal): -11205066 or 3540565. OLE color: 3540565.

HSL color Cylindrical-coordinate representation of color #550636: hue angle of 323.54º 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 #550636 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 54 -
CMYK 0 0.93 0.36 0.67
HSL 323.54º 0.87% 0.18% -
HSV(B) 323.54º 0.93% 0.33% -
XYZ 4.48 2.33 3.7 -
YUV 35.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 85 6 54 0 0.93 0.36 0.67 323.54 0.87 0.18
Hex 55 6 36 0 5D 24 43 144 57 12
Octal 125 6 66 0 135 44 103 504 127 22
Binary 1010101 110 110110 0 1011101 100100 1000011 101000100 1010111 10010

Color Harmonies of #550636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550636

Black with #550636

Text Example


Text Example

White with #550636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550636; }

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

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

background-color css

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

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

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

border-color css

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

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

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