Html Css Color HEX #551347 Tyrian Purple

📋 copy color: '#551347'

red 85 ◦ green 19 ◦ blue 71

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

Shades of Tyrian Purple #551347

Tints of Tyrian Purple #551347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 48.57%
G = 10.86%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#551347 (or 0x551347) is known color: Tyrian Purple. HEX triplet: 55, 13 and 47. RGB value is (85,19,71). Sum of RGB (Red+Green+Blue) = 85+19+71=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551347 is #AAECB8. Grayscale: #2C2C2C. Windows color (decimal): -11201721 or 4658005. OLE color: 4658005.

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

Color convert

RGB 85 19 71 -
CMYK 0 0.78 0.16 0.67
HSL 312.73º 0.63% 0.2% -
HSV(B) 312.73º 0.78% 0.33% -
XYZ 5.12 2.85 6.24 -
YUV 44.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 85 19 71 0 0.78 0.16 0.67 312.73 0.63 0.2
Hex 55 13 47 0 4E 10 43 139 3F 14
Octal 125 23 107 0 116 20 103 471 77 24
Binary 1010101 10011 1000111 0 1001110 10000 1000011 100111001 111111 10100

Color Harmonies of #551347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551347

Black with #551347

Text Example


Text Example

White with #551347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551347; }

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

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

background-color css

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

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

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

border-color css

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

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

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