Html Css Color HEX #550147 Tyrian Purple

📋 copy color: '#550147'

red 85 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #550147

Tints of Tyrian Purple #550147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 71 (28.13% from 255) = 45.22%

R = 54.14%
G = 0.64%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#550147 (or 0x550147) is known color: Tyrian Purple. HEX triplet: 55, 01 and 47. RGB value is (85,1,71). Sum of RGB (Red+Green+Blue) = 85+1+71=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #550147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550147 is #AAFEB8. Grayscale: #212121. Windows color (decimal): -11206329 or 4653397. OLE color: 4653397.

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

Color convert

RGB 85 1 71 -
CMYK 0 0.99 0.16 0.67
HSL 310º 0.98% 0.17% -
HSV(B) 310º 0.99% 0.33% -
XYZ 4.89 2.41 6.17 -
YUV 34.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 85 1 71 0 0.99 0.16 0.67 310 0.98 0.17
Hex 55 1 47 0 63 10 43 136 62 11
Octal 125 1 107 0 143 20 103 466 142 21
Binary 1010101 1 1000111 0 1100011 10000 1000011 100110110 1100010 10001

Color Harmonies of #550147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550147

Black with #550147

Text Example


Text Example

White with #550147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550147; }

 p { color: rgb(85,1,71); }

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

background-color css

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

 a { background-color: rgb(85,1,71); }

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

border-color css

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

 span { border-color: rgb(85,1,71); }

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