Html Css Color HEX #550156 Palatinate Purple

📋 copy color: '#550156'

red 85 ◦ green 1 ◦ blue 86

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

Shades of Palatinate Purple #550156

Tints of Palatinate Purple #550156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50%

R = 49.42%
G = 0.58%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#550156 (or 0x550156) is known color: Palatinate Purple. HEX triplet: 55, 01 and 56. RGB value is (85,1,86). Sum of RGB (Red+Green+Blue) = 85+1+86=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #550156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550156 is #AAFEA9. Grayscale: #232323. Windows color (decimal): -11206314 or 5636437. OLE color: 5636437.

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

Color convert

RGB 85 1 86 -
CMYK 0.01 0.99 0 0.66
HSL 299.29º 0.98% 0.17% -
HSV(B) 299.29º 0.99% 0.34% -
XYZ 5.44 2.62 9.02 -
YUV 35.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 85 1 86 0.01 0.99 0 0.66 299.29 0.98 0.17
Hex 55 1 56 1 63 0 42 12B 62 11
Octal 125 1 126 1 143 0 102 453 142 21
Binary 1010101 1 1010110 1 1100011 0 1000010 100101011 1100010 10001

Color Harmonies of #550156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550156

Black with #550156

Text Example


Text Example

White with #550156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550156; }

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

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

background-color css

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

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

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

border-color css

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

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

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