Html Css Color HEX #550F47 Tyrian Purple

📋 copy color: '#550F47'

red 85 ◦ green 15 ◦ blue 71

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

Shades of Tyrian Purple #550F47

Tints of Tyrian Purple #550F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.77%

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

R = 49.71%
G = 8.77%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#550F47 (or 0x550F47) is known color: Tyrian Purple. HEX triplet: 55, 0F and 47. RGB value is (85,15,71). Sum of RGB (Red+Green+Blue) = 85+15+71=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #550F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F47 is #AAF0B8. Grayscale: #2A2A2A. Windows color (decimal): -11202745 or 4656981. OLE color: 4656981.

HSL color Cylindrical-coordinate representation of color #550F47: hue angle of 312º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F47 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 15 71 -
CMYK 0 0.82 0.16 0.67
HSL 312º 0.7% 0.2% -
HSV(B) 312º 0.82% 0.33% -
XYZ 5.05 2.73 6.22 -
YUV 42.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 85 15 71 0 0.82 0.16 0.67 312 0.7 0.2
Hex 55 F 47 0 52 10 43 138 46 14
Octal 125 17 107 0 122 20 103 470 106 24
Binary 1010101 1111 1000111 0 1010010 10000 1000011 100111000 1000110 10100

Color Harmonies of #550F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550F47

Black with #550F47

Text Example


Text Example

White with #550F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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