Html Css Color HEX #551442 Tyrian Purple

📋 copy color: '#551442'

red 85 ◦ green 20 ◦ blue 66

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

Shades of Tyrian Purple #551442

Tints of Tyrian Purple #551442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 49.71%
G = 11.7%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#551442 (or 0x551442) is known color: Tyrian Purple. HEX triplet: 55, 14 and 42. RGB value is (85,20,66). Sum of RGB (Red+Green+Blue) = 85+20+66=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551442 is #AAEBBD. Grayscale: #2C2C2C. Windows color (decimal): -11201470 or 4330581. OLE color: 4330581.

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

Color convert

RGB 85 20 66 -
CMYK 0 0.76 0.22 0.67
HSL 317.54º 0.62% 0.21% -
HSV(B) 317.54º 0.76% 0.33% -
XYZ 4.98 2.82 5.44 -
YUV 44.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 85 20 66 0 0.76 0.22 0.67 317.54 0.62 0.21
Hex 55 14 42 0 4C 16 43 13E 3E 15
Octal 125 24 102 0 114 26 103 476 76 25
Binary 1010101 10100 1000010 0 1001100 10110 1000011 100111110 111110 10101

Color Harmonies of #551442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551442

Black with #551442

Text Example


Text Example

White with #551442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551442; }

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

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

background-color css

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

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

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

border-color css

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

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

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