Html Css Color HEX #550247 Tyrian Purple

📋 copy color: '#550247'

red 85 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #550247

Tints of Tyrian Purple #550247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 53.8%
G = 1.27%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#550247 (or 0x550247) is known color: Tyrian Purple. HEX triplet: 55, 02 and 47. RGB value is (85,2,71). Sum of RGB (Red+Green+Blue) = 85+2+71=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #550247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550247 is #AAFDB8. Grayscale: #222222. Windows color (decimal): -11206073 or 4653653. OLE color: 4653653.

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

Color convert

RGB 85 2 71 -
CMYK 0 0.98 0.16 0.67
HSL 310.12º 0.95% 0.17% -
HSV(B) 310.12º 0.98% 0.33% -
XYZ 4.91 2.43 6.17 -
YUV 34.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 85 2 71 0 0.98 0.16 0.67 310.12 0.95 0.17
Hex 55 2 47 0 62 10 43 136 5F 11
Octal 125 2 107 0 142 20 103 466 137 21
Binary 1010101 10 1000111 0 1100010 10000 1000011 100110110 1011111 10001

Color Harmonies of #550247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550247

Black with #550247

Text Example


Text Example

White with #550247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550247; }

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

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

background-color css

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

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

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

border-color css

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

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

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