Html Css Color HEX #550048 Tyrian Purple

📋 copy color: '#550048'

red 85 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #550048

Tints of Tyrian Purple #550048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.14%
G = 0%
B = 45.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#550048 (or 0x550048) is known color: Tyrian Purple. HEX triplet: 55, 00 and 48. RGB value is (85,0,72). Sum of RGB (Red+Green+Blue) = 85+0+72=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #550048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550048 is #AAFFB7. Grayscale: #212121. Windows color (decimal): -11206584 or 4718677. OLE color: 4718677.

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

Color convert

RGB 85 0 72 -
CMYK 0 1 0.15 0.67
HSL 309.18º 1% 0.17% -
HSV(B) 309.18º 1% 0.33% -
XYZ 4.92 2.4 6.33 -
YUV 33.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 85 0 72 0 1 0.15 0.67 309.18 1 0.17
Hex 55 0 48 0 64 F 43 135 64 11
Octal 125 0 110 0 144 17 103 465 144 21
Binary 1010101 0 1001000 0 1100100 1111 1000011 100110101 1100100 10001

Color Harmonies of #550048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550048

Black with #550048

Text Example


Text Example

White with #550048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550048; }

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

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

background-color css

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

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

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

border-color css

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

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

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