Html Css Color HEX #551544 Tyrian Purple

📋 copy color: '#551544'

red 85 ◦ green 21 ◦ blue 68

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

Shades of Tyrian Purple #551544

Tints of Tyrian Purple #551544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.08%

R = 48.85%
G = 12.07%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#551544 (or 0x551544) is known color: Tyrian Purple. HEX triplet: 55, 15 and 44. RGB value is (85,21,68). Sum of RGB (Red+Green+Blue) = 85+21+68=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551544 is #AAEABB. Grayscale: #2D2D2D. Windows color (decimal): -11201212 or 4461909. OLE color: 4461909.

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

Color convert

RGB 85 21 68 -
CMYK 0 0.75 0.20 0.67
HSL 315.94º 0.6% 0.21% -
HSV(B) 315.94º 0.75% 0.33% -
XYZ 5.06 2.88 5.76 -
YUV 45.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 85 21 68 0 0.75 0.20 0.67 315.94 0.6 0.21
Hex 55 15 44 0 4B 14 43 13C 3C 15
Octal 125 25 104 0 113 24 103 474 74 25
Binary 1010101 10101 1000100 0 1001011 10100 1000011 100111100 111100 10101

Color Harmonies of #551544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551544

Black with #551544

Text Example


Text Example

White with #551544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551544; }

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

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

background-color css

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

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

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

border-color css

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

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

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