Html Css Color HEX #550846 Tyrian Purple

📋 copy color: '#550846'

red 85 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #550846

Tints of Tyrian Purple #550846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 42.94%

R = 52.15%
G = 4.91%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#550846 (or 0x550846) is known color: Tyrian Purple. HEX triplet: 55, 08 and 46. RGB value is (85,8,70). Sum of RGB (Red+Green+Blue) = 85+8+70=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #550846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550846 is #AAF7B9. Grayscale: #252525. Windows color (decimal): -11204538 or 4589653. OLE color: 4589653.

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

Color convert

RGB 85 8 70 -
CMYK 0 0.91 0.18 0.67
HSL 311.69º 0.83% 0.18% -
HSV(B) 311.69º 0.91% 0.33% -
XYZ 4.94 2.55 6.03 -
YUV 38.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 85 8 70 0 0.91 0.18 0.67 311.69 0.83 0.18
Hex 55 8 46 0 5B 12 43 138 53 12
Octal 125 10 106 0 133 22 103 470 123 22
Binary 1010101 1000 1000110 0 1011011 10010 1000011 100111000 1010011 10010

Color Harmonies of #550846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550846

Black with #550846

Text Example


Text Example

White with #550846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550846; }

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

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

background-color css

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

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

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

border-color css

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

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

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