Html Css Color HEX #551446 Tyrian Purple

📋 copy color: '#551446'

red 85 ◦ green 20 ◦ blue 70

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

Shades of Tyrian Purple #551446

Tints of Tyrian Purple #551446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 70 (27.73% from 255) = 40%

R = 48.57%
G = 11.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#551446 (or 0x551446) is known color: Tyrian Purple. HEX triplet: 55, 14 and 46. RGB value is (85,20,70). Sum of RGB (Red+Green+Blue) = 85+20+70=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551446 is #AAEBB9. Grayscale: #2D2D2D. Windows color (decimal): -11201466 or 4592725. OLE color: 4592725.

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

Color convert

RGB 85 20 70 -
CMYK 0 0.76 0.18 0.67
HSL 313.85º 0.62% 0.21% -
HSV(B) 313.85º 0.76% 0.33% -
XYZ 5.1 2.87 6.08 -
YUV 45.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 85 20 70 0 0.76 0.18 0.67 313.85 0.62 0.21
Hex 55 14 46 0 4C 12 43 13A 3E 15
Octal 125 24 106 0 114 22 103 472 76 25
Binary 1010101 10100 1000110 0 1001100 10010 1000011 100111010 111110 10101

Color Harmonies of #551446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551446

Black with #551446

Text Example


Text Example

White with #551446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551446; }

 p { color: rgb(85,20,70); }

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

background-color css

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

 a { background-color: rgb(85,20,70); }

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

border-color css

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

 span { border-color: rgb(85,20,70); }

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