Html Css Color HEX #561753 Palatinate Purple

📋 copy color: '#561753'

red 86 ◦ green 23 ◦ blue 83

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

Shades of Palatinate Purple #561753

Tints of Palatinate Purple #561753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 44.79%
G = 11.98%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#561753 (or 0x561753) is known color: Palatinate Purple. HEX triplet: 56, 17 and 53. RGB value is (86,23,83). Sum of RGB (Red+Green+Blue) = 86+23+83=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #561753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561753 is #A9E8AC. Grayscale: #303030. Windows color (decimal): -11135149 or 5445462. OLE color: 5445462.

HSL color Cylindrical-coordinate representation of color #561753: hue angle of 302.86º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561753 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 23 83 -
CMYK 0 0.73 0.03 0.66
HSL 302.86º 0.58% 0.21% -
HSV(B) 302.86º 0.73% 0.34% -
XYZ 5.71 3.22 8.5 -
YUV 48.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 86 23 83 0 0.73 0.03 0.66 302.86 0.58 0.21
Hex 56 17 53 0 49 3 42 12F 3A 15
Octal 126 27 123 0 111 3 102 457 72 25
Binary 1010110 10111 1010011 0 1001001 11 1000010 100101111 111010 10101

Color Harmonies of #561753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561753

Black with #561753

Text Example


Text Example

White with #561753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561753; }

 p { color: rgb(86,23,83); }

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

background-color css

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

 a { background-color: rgb(86,23,83); }

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

border-color css

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

 span { border-color: rgb(86,23,83); }

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