Html Css Color HEX #56005A Palatinate Purple

📋 copy color: '#56005A'

red 86 ◦ green 0 ◦ blue 90

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

Shades of Palatinate Purple #56005A

Tints of Palatinate Purple #56005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 48.86%
G = 0%
B = 51.14%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#56005A (or 0x56005A) is known color: Palatinate Purple. HEX triplet: 56, 00 and 5A. RGB value is (86,0,90). Sum of RGB (Red+Green+Blue) = 86+0+90=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #56005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56005A is #A9FFA5. Grayscale: #232323. Windows color (decimal): -11141030 or 5898326. OLE color: 5898326.

HSL color Cylindrical-coordinate representation of color #56005A: hue angle of 297.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56005A is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 0 90 -
CMYK 0.04 1 0 0.65
HSL 297.33º 1% 0.18% -
HSV(B) 297.33º 1% 0.35% -
XYZ 5.68 2.72 9.9 -
YUV 35.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 86 0 90 0.04 1 0 0.65 297.33 1 0.18
Hex 56 0 5A 4 64 0 41 129 64 12
Octal 126 0 132 4 144 0 101 451 144 22
Binary 1010110 0 1011010 100 1100100 0 1000001 100101001 1100100 10010

Color Harmonies of #56005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56005A

Black with #56005A

Text Example


Text Example

White with #56005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56005A; }

 p { color: rgb(86,0,90); }

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

background-color css

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

 a { background-color: rgb(86,0,90); }

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

border-color css

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

 span { border-color: rgb(86,0,90); }

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