Html Css Color HEX #550443 Tyrian Purple

📋 copy color: '#550443'

red 85 ◦ green 4 ◦ blue 67

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

Shades of Tyrian Purple #550443

Tints of Tyrian Purple #550443

RGB

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

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

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

R = 54.49%
G = 2.56%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#550443 (or 0x550443) is known color: Tyrian Purple. HEX triplet: 55, 04 and 43. RGB value is (85,4,67). Sum of RGB (Red+Green+Blue) = 85+4+67=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #550443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550443 is #AAFBBC. Grayscale: #232323. Windows color (decimal): -11205565 or 4392021. OLE color: 4392021.

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

Color convert

RGB 85 4 67 -
CMYK 0 0.95 0.21 0.67
HSL 313.33º 0.91% 0.17% -
HSV(B) 313.33º 0.95% 0.33% -
XYZ 4.8 2.42 5.52 -
YUV 35.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 85 4 67 0 0.95 0.21 0.67 313.33 0.91 0.17
Hex 55 4 43 0 5F 15 43 139 5B 11
Octal 125 4 103 0 137 25 103 471 133 21
Binary 1010101 100 1000011 0 1011111 10101 1000011 100111001 1011011 10001

Color Harmonies of #550443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550443

Black with #550443

Text Example


Text Example

White with #550443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550443; }

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

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

background-color css

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

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

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

border-color css

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

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

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