Html Css Color HEX #551540 Tyrian Purple

📋 copy color: '#551540'

red 85 ◦ green 21 ◦ blue 64

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

Shades of Tyrian Purple #551540

Tints of Tyrian Purple #551540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 50%
G = 12.35%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#551540 (or 0x551540) is known color: Tyrian Purple. HEX triplet: 55, 15 and 40. RGB value is (85,21,64). Sum of RGB (Red+Green+Blue) = 85+21+64=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #551540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551540 is #AAEABF. Grayscale: #2C2C2C. Windows color (decimal): -11201216 or 4199765. OLE color: 4199765.

HSL color Cylindrical-coordinate representation of color #551540: hue angle of 319.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551540 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 64 -
CMYK 0 0.75 0.25 0.67
HSL 319.69º 0.6% 0.21% -
HSV(B) 319.69º 0.75% 0.33% -
XYZ 4.94 2.84 5.14 -
YUV 45.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 85 21 64 0 0.75 0.25 0.67 319.69 0.6 0.21
Hex 55 15 40 0 4B 19 43 140 3C 15
Octal 125 25 100 0 113 31 103 500 74 25
Binary 1010101 10101 1000000 0 1001011 11001 1000011 101000000 111100 10101

Color Harmonies of #551540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551540

Black with #551540

Text Example


Text Example

White with #551540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551540; }

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

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

background-color css

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

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

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

border-color css

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

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

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