Html Css Color HEX #561155 Palatinate Purple

📋 copy color: '#561155'

red 86 ◦ green 17 ◦ blue 85

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

Shades of Palatinate Purple #561155

Tints of Palatinate Purple #561155

RGB

 RED value IS 86 (33.98% from 255) = 45.74%

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 45.74%
G = 9.04%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#561155 (or 0x561155) is known color: Palatinate Purple. HEX triplet: 56, 11 and 55. RGB value is (86,17,85). Sum of RGB (Red+Green+Blue) = 86+17+85=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #561155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561155 is #A9EEAA. Grayscale: #2D2D2D. Windows color (decimal): -11136683 or 5574998. OLE color: 5574998.

HSL color Cylindrical-coordinate representation of color #561155: hue angle of 300.87º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561155 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 85 -
CMYK 0 0.80 0.01 0.66
HSL 300.87º 0.67% 0.2% -
HSV(B) 300.87º 0.8% 0.34% -
XYZ 5.68 3.04 8.88 -
YUV 45.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 86 17 85 0 0.80 0.01 0.66 300.87 0.67 0.2
Hex 56 11 55 0 50 1 42 12D 43 14
Octal 126 21 125 0 120 1 102 455 103 24
Binary 1010110 10001 1010101 0 1010000 1 1000010 100101101 1000011 10100

Color Harmonies of #561155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561155

Black with #561155

Text Example


Text Example

White with #561155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561155; }

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

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

background-color css

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

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

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

border-color css

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

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

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