Html Css Color HEX #550557 Palatinate Purple

📋 copy color: '#550557'

red 85 ◦ green 5 ◦ blue 87

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

Shades of Palatinate Purple #550557

Tints of Palatinate Purple #550557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 87 (34.38% from 255) = 49.15%

R = 48.02%
G = 2.82%
B = 49.15%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#550557 (or 0x550557) is known color: Palatinate Purple. HEX triplet: 55, 05 and 57. RGB value is (85,5,87). Sum of RGB (Red+Green+Blue) = 85+5+87=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #550557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550557 is #AAFAA8. Grayscale: #262626. Windows color (decimal): -11205289 or 5702997. OLE color: 5702997.

HSL color Cylindrical-coordinate representation of color #550557: hue angle of 298.54º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550557 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 5 87 -
CMYK 0.02 0.94 0 0.66
HSL 298.54º 0.89% 0.18% -
HSV(B) 298.54º 0.94% 0.34% -
XYZ 5.52 2.73 9.25 -
YUV 38.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 85 5 87 0.02 0.94 0 0.66 298.54 0.89 0.18
Hex 55 5 57 2 5E 0 42 12B 59 12
Octal 125 5 127 2 136 0 102 453 131 22
Binary 1010101 101 1010111 10 1011110 0 1000010 100101011 1011001 10010

Color Harmonies of #550557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550557

Black with #550557

Text Example


Text Example

White with #550557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550557; }

 p { color: rgb(85,5,87); }

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

background-color css

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

 a { background-color: rgb(85,5,87); }

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

border-color css

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

 span { border-color: rgb(85,5,87); }

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