Html Css Color HEX #550748 Tyrian Purple

📋 copy color: '#550748'

red 85 ◦ green 7 ◦ blue 72

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

Shades of Tyrian Purple #550748

Tints of Tyrian Purple #550748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

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

R = 51.83%
G = 4.27%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#550748 (or 0x550748) is known color: Tyrian Purple. HEX triplet: 55, 07 and 48. RGB value is (85,7,72). Sum of RGB (Red+Green+Blue) = 85+7+72=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #550748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550748 is #AAF8B7. Grayscale: #252525. Windows color (decimal): -11204792 or 4720469. OLE color: 4720469.

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

Color convert

RGB 85 7 72 -
CMYK 0 0.92 0.15 0.67
HSL 310º 0.85% 0.18% -
HSV(B) 310º 0.92% 0.33% -
XYZ 4.99 2.55 6.36 -
YUV 37.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 85 7 72 0 0.92 0.15 0.67 310 0.85 0.18
Hex 55 7 48 0 5C F 43 136 55 12
Octal 125 7 110 0 134 17 103 466 125 22
Binary 1010101 111 1001000 0 1011100 1111 1000011 100110110 1010101 10010

Color Harmonies of #550748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550748

Black with #550748

Text Example


Text Example

White with #550748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550748; }

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

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

background-color css

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

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

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

border-color css

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

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

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