Html Css Color HEX #550848 Tyrian Purple

📋 copy color: '#550848'

red 85 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #550848

Tints of Tyrian Purple #550848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

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

R = 51.52%
G = 4.85%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#550848 (or 0x550848) is known color: Tyrian Purple. HEX triplet: 55, 08 and 48. RGB value is (85,8,72). Sum of RGB (Red+Green+Blue) = 85+8+72=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #550848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550848 is #AAF7B7. Grayscale: #262626. Windows color (decimal): -11204536 or 4720725. OLE color: 4720725.

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

Color convert

RGB 85 8 72 -
CMYK 0 0.91 0.15 0.67
HSL 310.13º 0.83% 0.18% -
HSV(B) 310.13º 0.91% 0.33% -
XYZ 5 2.57 6.36 -
YUV 38.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 85 8 72 0 0.91 0.15 0.67 310.13 0.83 0.18
Hex 55 8 48 0 5B F 43 136 53 12
Octal 125 10 110 0 133 17 103 466 123 22
Binary 1010101 1000 1001000 0 1011011 1111 1000011 100110110 1010011 10010

Color Harmonies of #550848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550848

Black with #550848

Text Example


Text Example

White with #550848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550848; }

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

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

background-color css

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

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

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

border-color css

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

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

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