Html Css Color HEX #551140 Tyrian Purple

📋 copy color: '#551140'

red 85 ◦ green 17 ◦ blue 64

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

Shades of Tyrian Purple #551140

Tints of Tyrian Purple #551140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 51.2%
G = 10.24%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#551140 (or 0x551140) is known color: Tyrian Purple. HEX triplet: 55, 11 and 40. RGB value is (85,17,64). Sum of RGB (Red+Green+Blue) = 85+17+64=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #551140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551140 is #AAEEBF. Grayscale: #2A2A2A. Windows color (decimal): -11202240 or 4198741. OLE color: 4198741.

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

Color convert

RGB 85 17 64 -
CMYK 0 0.80 0.25 0.67
HSL 318.53º 0.67% 0.2% -
HSV(B) 318.53º 0.8% 0.33% -
XYZ 4.87 2.7 5.12 -
YUV 42.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 85 17 64 0 0.80 0.25 0.67 318.53 0.67 0.2
Hex 55 11 40 0 50 19 43 13F 43 14
Octal 125 21 100 0 120 31 103 477 103 24
Binary 1010101 10001 1000000 0 1010000 11001 1000011 100111111 1000011 10100

Color Harmonies of #551140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551140

Black with #551140

Text Example


Text Example

White with #551140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551140; }

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

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

background-color css

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

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

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

border-color css

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

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

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