Html Css Color HEX #551047 Tyrian Purple

📋 copy color: '#551047'

red 85 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #551047

Tints of Tyrian Purple #551047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

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

R = 49.42%
G = 9.3%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#551047 (or 0x551047) is known color: Tyrian Purple. HEX triplet: 55, 10 and 47. RGB value is (85,16,71). Sum of RGB (Red+Green+Blue) = 85+16+71=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551047 is #AAEFB8. Grayscale: #2A2A2A. Windows color (decimal): -11202489 or 4657237. OLE color: 4657237.

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

Color convert

RGB 85 16 71 -
CMYK 0 0.81 0.16 0.67
HSL 312.17º 0.68% 0.2% -
HSV(B) 312.17º 0.81% 0.33% -
XYZ 5.07 2.76 6.23 -
YUV 42.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 85 16 71 0 0.81 0.16 0.67 312.17 0.68 0.2
Hex 55 10 47 0 51 10 43 138 44 14
Octal 125 20 107 0 121 20 103 470 104 24
Binary 1010101 10000 1000111 0 1010001 10000 1000011 100111000 1000100 10100

Color Harmonies of #551047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551047

Black with #551047

Text Example


Text Example

White with #551047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551047; }

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

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

background-color css

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

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

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

border-color css

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

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

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