Html Css Color HEX #551343 Tyrian Purple

📋 copy color: '#551343'

red 85 ◦ green 19 ◦ blue 67

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

Shades of Tyrian Purple #551343

Tints of Tyrian Purple #551343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 49.71%
G = 11.11%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#551343 (or 0x551343) is known color: Tyrian Purple. HEX triplet: 55, 13 and 43. RGB value is (85,19,67). Sum of RGB (Red+Green+Blue) = 85+19+67=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551343 is #AAECBC. Grayscale: #2C2C2C. Windows color (decimal): -11201725 or 4395861. OLE color: 4395861.

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

Color convert

RGB 85 19 67 -
CMYK 0 0.78 0.21 0.67
HSL 316.36º 0.63% 0.2% -
HSV(B) 316.36º 0.78% 0.33% -
XYZ 4.99 2.8 5.59 -
YUV 44.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 85 19 67 0 0.78 0.21 0.67 316.36 0.63 0.2
Hex 55 13 43 0 4E 15 43 13C 3F 14
Octal 125 23 103 0 116 25 103 474 77 24
Binary 1010101 10011 1000011 0 1001110 10101 1000011 100111100 111111 10100

Color Harmonies of #551343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551343

Black with #551343

Text Example


Text Example

White with #551343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551343; }

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

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

background-color css

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

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

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

border-color css

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

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

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