Html Css Color HEX #551346 Tyrian Purple

📋 copy color: '#551346'

red 85 ◦ green 19 ◦ blue 70

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

Shades of Tyrian Purple #551346

Tints of Tyrian Purple #551346

RGB

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

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

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

R = 48.85%
G = 10.92%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#551346 (or 0x551346) is known color: Tyrian Purple. HEX triplet: 55, 13 and 46. RGB value is (85,19,70). Sum of RGB (Red+Green+Blue) = 85+19+70=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551346 is #AAECB9. Grayscale: #2C2C2C. Windows color (decimal): -11201722 or 4592469. OLE color: 4592469.

HSL color Cylindrical-coordinate representation of color #551346: hue angle of 313.64º 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 #551346 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 70 -
CMYK 0 0.78 0.18 0.67
HSL 313.64º 0.63% 0.2% -
HSV(B) 313.64º 0.78% 0.33% -
XYZ 5.08 2.84 6.07 -
YUV 44.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 85 19 70 0 0.78 0.18 0.67 313.64 0.63 0.2
Hex 55 13 46 0 4E 12 43 13A 3F 14
Octal 125 23 106 0 116 22 103 472 77 24
Binary 1010101 10011 1000110 0 1001110 10010 1000011 100111010 111111 10100

Color Harmonies of #551346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551346

Black with #551346

Text Example


Text Example

White with #551346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551346; }

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

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

background-color css

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

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

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

border-color css

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

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

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