Html Css Color HEX #551146 Tyrian Purple

📋 copy color: '#551146'

red 85 ◦ green 17 ◦ blue 70

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

Shades of Tyrian Purple #551146

Tints of Tyrian Purple #551146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

 BLUE value IS 70 (27.73% from 255) = 40.7%

R = 49.42%
G = 9.88%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#551146 (or 0x551146) is known color: Tyrian Purple. HEX triplet: 55, 11 and 46. RGB value is (85,17,70). Sum of RGB (Red+Green+Blue) = 85+17+70=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551146 is #AAEEB9. Grayscale: #2B2B2B. Windows color (decimal): -11202234 or 4591957. OLE color: 4591957.

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

Color convert

RGB 85 17 70 -
CMYK 0 0.80 0.18 0.67
HSL 313.24º 0.67% 0.2% -
HSV(B) 313.24º 0.8% 0.33% -
XYZ 5.05 2.77 6.06 -
YUV 43.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 85 17 70 0 0.80 0.18 0.67 313.24 0.67 0.2
Hex 55 11 46 0 50 12 43 139 43 14
Octal 125 21 106 0 120 22 103 471 103 24
Binary 1010101 10001 1000110 0 1010000 10010 1000011 100111001 1000011 10100

Color Harmonies of #551146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551146

Black with #551146

Text Example


Text Example

White with #551146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551146; }

 p { color: rgb(85,17,70); }

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

background-color css

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

 a { background-color: rgb(85,17,70); }

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

border-color css

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

 span { border-color: rgb(85,17,70); }

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