Html Css Color HEX #550648 Tyrian Purple

📋 copy color: '#550648'

red 85 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #550648

Tints of Tyrian Purple #550648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 52.15%
G = 3.68%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#550648 (or 0x550648) is known color: Tyrian Purple. HEX triplet: 55, 06 and 48. RGB value is (85,6,72). Sum of RGB (Red+Green+Blue) = 85+6+72=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #550648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550648 is #AAF9B7. Grayscale: #242424. Windows color (decimal): -11205048 or 4720213. OLE color: 4720213.

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

Color convert

RGB 85 6 72 -
CMYK 0 0.93 0.15 0.67
HSL 309.87º 0.87% 0.18% -
HSV(B) 309.87º 0.93% 0.33% -
XYZ 4.98 2.53 6.36 -
YUV 37.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 85 6 72 0 0.93 0.15 0.67 309.87 0.87 0.18
Hex 55 6 48 0 5D F 43 136 57 12
Octal 125 6 110 0 135 17 103 466 127 22
Binary 1010101 110 1001000 0 1011101 1111 1000011 100110110 1010111 10010

Color Harmonies of #550648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550648

Black with #550648

Text Example


Text Example

White with #550648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550648; }

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

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

background-color css

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

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

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

border-color css

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

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

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