Html Css Color HEX #551043 Tyrian Purple

📋 copy color: '#551043'

red 85 ◦ green 16 ◦ blue 67

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

Shades of Tyrian Purple #551043

Tints of Tyrian Purple #551043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 50.6%
G = 9.52%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#551043 (or 0x551043) is known color: Tyrian Purple. HEX triplet: 55, 10 and 43. RGB value is (85,16,67). Sum of RGB (Red+Green+Blue) = 85+16+67=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551043 is #AAEFBC. Grayscale: #2A2A2A. Windows color (decimal): -11202493 or 4395093. OLE color: 4395093.

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

Color convert

RGB 85 16 67 -
CMYK 0 0.81 0.21 0.67
HSL 315.65º 0.68% 0.2% -
HSV(B) 315.65º 0.81% 0.33% -
XYZ 4.94 2.71 5.57 -
YUV 42.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 85 16 67 0 0.81 0.21 0.67 315.65 0.68 0.2
Hex 55 10 43 0 51 15 43 13C 44 14
Octal 125 20 103 0 121 25 103 474 104 24
Binary 1010101 10000 1000011 0 1010001 10101 1000011 100111100 1000100 10100

Color Harmonies of #551043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551043

Black with #551043

Text Example


Text Example

White with #551043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551043; }

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

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

background-color css

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

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

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

border-color css

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

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

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