Html Css Color HEX #551543 Tyrian Purple

📋 copy color: '#551543'

red 85 ◦ green 21 ◦ blue 67

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

Shades of Tyrian Purple #551543

Tints of Tyrian Purple #551543

RGB

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

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

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

R = 49.13%
G = 12.14%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#551543 (or 0x551543) is known color: Tyrian Purple. HEX triplet: 55, 15 and 43. RGB value is (85,21,67). Sum of RGB (Red+Green+Blue) = 85+21+67=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551543 is #AAEABC. Grayscale: #2D2D2D. Windows color (decimal): -11201213 or 4396373. OLE color: 4396373.

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

Color convert

RGB 85 21 67 -
CMYK 0 0.75 0.21 0.67
HSL 316.88º 0.6% 0.21% -
HSV(B) 316.88º 0.75% 0.33% -
XYZ 5.03 2.87 5.6 -
YUV 45.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 85 21 67 0 0.75 0.21 0.67 316.88 0.6 0.21
Hex 55 15 43 0 4B 15 43 13D 3C 15
Octal 125 25 103 0 113 25 103 475 74 25
Binary 1010101 10101 1000011 0 1001011 10101 1000011 100111101 111100 10101

Color Harmonies of #551543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551543

Black with #551543

Text Example


Text Example

White with #551543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551543; }

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

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

background-color css

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

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

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

border-color css

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

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

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