Html Css Color HEX #550159 Palatinate Purple

📋 copy color: '#550159'

red 85 ◦ green 1 ◦ blue 89

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

Shades of Palatinate Purple #550159

Tints of Palatinate Purple #550159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 48.57%
G = 0.57%
B = 50.86%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550159 (or 0x550159) is known color: Palatinate Purple. HEX triplet: 55, 01 and 59. RGB value is (85,1,89). Sum of RGB (Red+Green+Blue) = 85+1+89=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #550159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550159 is #AAFEA6. Grayscale: #232323. Windows color (decimal): -11206311 or 5833045. OLE color: 5833045.

HSL color Cylindrical-coordinate representation of color #550159: hue angle of 297.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550159 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 1 89 -
CMYK 0.04 0.99 0 0.65
HSL 297.27º 0.98% 0.18% -
HSV(B) 297.27º 0.99% 0.35% -
XYZ 5.56 2.67 9.67 -
YUV 36.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 85 1 89 0.04 0.99 0 0.65 297.27 0.98 0.18
Hex 55 1 59 4 63 0 41 129 62 12
Octal 125 1 131 4 143 0 101 451 142 22
Binary 1010101 1 1011001 100 1100011 0 1000001 100101001 1100010 10010

Color Harmonies of #550159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550159

Black with #550159

Text Example


Text Example

White with #550159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550159; }

 p { color: rgb(85,1,89); }

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

background-color css

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

 a { background-color: rgb(85,1,89); }

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

border-color css

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

 span { border-color: rgb(85,1,89); }

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