Html Css Color HEX #550143 Tyrian Purple

📋 copy color: '#550143'

red 85 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #550143

Tints of Tyrian Purple #550143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.79%

R = 55.56%
G = 0.65%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#550143 (or 0x550143) is known color: Tyrian Purple. HEX triplet: 55, 01 and 43. RGB value is (85,1,67). Sum of RGB (Red+Green+Blue) = 85+1+67=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #550143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550143 is #AAFEBC. Grayscale: #212121. Windows color (decimal): -11206333 or 4391253. OLE color: 4391253.

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

Color convert

RGB 85 1 67 -
CMYK 0 0.99 0.21 0.67
HSL 312.86º 0.98% 0.17% -
HSV(B) 312.86º 0.99% 0.33% -
XYZ 4.77 2.36 5.51 -
YUV 33.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 85 1 67 0 0.99 0.21 0.67 312.86 0.98 0.17
Hex 55 1 43 0 63 15 43 139 62 11
Octal 125 1 103 0 143 25 103 471 142 21
Binary 1010101 1 1000011 0 1100011 10101 1000011 100111001 1100010 10001

Color Harmonies of #550143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550143

Black with #550143

Text Example


Text Example

White with #550143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550143; }

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

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

background-color css

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

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

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

border-color css

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

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

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