Html Css Color HEX #561253 Palatinate Purple

📋 copy color: '#561253'

red 86 ◦ green 18 ◦ blue 83

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

Shades of Palatinate Purple #561253

Tints of Palatinate Purple #561253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 45.99%
G = 9.63%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#561253 (or 0x561253) is known color: Palatinate Purple. HEX triplet: 56, 12 and 53. RGB value is (86,18,83). Sum of RGB (Red+Green+Blue) = 86+18+83=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #561253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561253 is #A9EDAC. Grayscale: #2D2D2D. Windows color (decimal): -11136429 or 5444182. OLE color: 5444182.

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

Color convert

RGB 86 18 83 -
CMYK 0 0.79 0.03 0.66
HSL 302.65º 0.65% 0.2% -
HSV(B) 302.65º 0.79% 0.34% -
XYZ 5.62 3.04 8.47 -
YUV 45.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 86 18 83 0 0.79 0.03 0.66 302.65 0.65 0.2
Hex 56 12 53 0 4F 3 42 12F 41 14
Octal 126 22 123 0 117 3 102 457 101 24
Binary 1010110 10010 1010011 0 1001111 11 1000010 100101111 1000001 10100

Color Harmonies of #561253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561253

Black with #561253

Text Example


Text Example

White with #561253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561253; }

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

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

background-color css

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

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

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

border-color css

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

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

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