Html Css Color HEX #550057 Palatinate Purple

📋 copy color: '#550057'

red 85 ◦ green 0 ◦ blue 87

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

Shades of Palatinate Purple #550057

Tints of Palatinate Purple #550057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.42%
G = 0%
B = 50.58%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#550057 (or 0x550057) is known color: Palatinate Purple. HEX triplet: 55, 00 and 57. RGB value is (85,0,87). Sum of RGB (Red+Green+Blue) = 85+0+87=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #550057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550057 is #AAFFA8. Grayscale: #232323. Windows color (decimal): -11206569 or 5701717. OLE color: 5701717.

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

Color convert

RGB 85 0 87 -
CMYK 0.02 1 0 0.66
HSL 298.62º 1% 0.17% -
HSV(B) 298.62º 1% 0.34% -
XYZ 5.47 2.62 9.23 -
YUV 35.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 85 0 87 0.02 1 0 0.66 298.62 1 0.17
Hex 55 0 57 2 64 0 42 12B 64 11
Octal 125 0 127 2 144 0 102 453 144 21
Binary 1010101 0 1010111 10 1100100 0 1000010 100101011 1100100 10001

Color Harmonies of #550057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550057

Black with #550057

Text Example


Text Example

White with #550057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550057; }

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

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

background-color css

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

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

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

border-color css

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

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

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