Html Css Color HEX #550446 Tyrian Purple

📋 copy color: '#550446'

red 85 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #550446

Tints of Tyrian Purple #550446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 53.46%
G = 2.52%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#550446 (or 0x550446) is known color: Tyrian Purple. HEX triplet: 55, 04 and 46. RGB value is (85,4,70). Sum of RGB (Red+Green+Blue) = 85+4+70=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #550446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550446 is #AAFBB9. Grayscale: #232323. Windows color (decimal): -11205562 or 4588629. OLE color: 4588629.

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

Color convert

RGB 85 4 70 -
CMYK 0 0.95 0.18 0.67
HSL 311.11º 0.91% 0.17% -
HSV(B) 311.11º 0.95% 0.33% -
XYZ 4.9 2.46 6.01 -
YUV 35.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 85 4 70 0 0.95 0.18 0.67 311.11 0.91 0.17
Hex 55 4 46 0 5F 12 43 137 5B 11
Octal 125 4 106 0 137 22 103 467 133 21
Binary 1010101 100 1000110 0 1011111 10010 1000011 100110111 1011011 10001

Color Harmonies of #550446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550446

Black with #550446

Text Example


Text Example

White with #550446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550446; }

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

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

background-color css

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

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

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

border-color css

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

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

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