Html Css Color HEX #56065A Palatinate Purple

📋 copy color: '#56065A'

red 86 ◦ green 6 ◦ blue 90

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

Shades of Palatinate Purple #56065A

Tints of Palatinate Purple #56065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

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

R = 47.25%
G = 3.3%
B = 49.45%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#56065A (or 0x56065A) is known color: Palatinate Purple. HEX triplet: 56, 06 and 5A. RGB value is (86,6,90). Sum of RGB (Red+Green+Blue) = 86+6+90=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #56065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56065A is #A9F9A5. Grayscale: #272727. Windows color (decimal): -11139494 or 5899862. OLE color: 5899862.

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

Color convert

RGB 86 6 90 -
CMYK 0.04 0.93 0 0.65
HSL 297.14º 0.88% 0.19% -
HSV(B) 297.14º 0.93% 0.35% -
XYZ 5.75 2.85 9.92 -
YUV 39.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 86 6 90 0.04 0.93 0 0.65 297.14 0.88 0.19
Hex 56 6 5A 4 5D 0 41 129 58 13
Octal 126 6 132 4 135 0 101 451 130 23
Binary 1010110 110 1011010 100 1011101 0 1000001 100101001 1011000 10011

Color Harmonies of #56065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56065A

Black with #56065A

Text Example


Text Example

White with #56065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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