Html Css Color HEX #56065B Palatinate Purple

📋 copy color: '#56065B'

red 86 ◦ green 6 ◦ blue 91

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

Shades of Palatinate Purple #56065B

Tints of Palatinate Purple #56065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 46.99%
G = 3.28%
B = 49.73%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56065B (or 0x56065B) is known color: Palatinate Purple. HEX triplet: 56, 06 and 5B. RGB value is (86,6,91). Sum of RGB (Red+Green+Blue) = 86+6+91=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #56065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56065B is #A9F9A4. Grayscale: #272727. Windows color (decimal): -11139493 or 5965398. OLE color: 5965398.

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

Color convert

RGB 86 6 91 -
CMYK 0.05 0.93 0 0.64
HSL 296.47º 0.88% 0.19% -
HSV(B) 296.47º 0.93% 0.36% -
XYZ 5.79 2.86 10.15 -
YUV 39.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 86 6 91 0.05 0.93 0 0.64 296.47 0.88 0.19
Hex 56 6 5B 5 5D 0 40 128 58 13
Octal 126 6 133 5 135 0 100 450 130 23
Binary 1010110 110 1011011 101 1011101 0 1000000 100101000 1011000 10011

Color Harmonies of #56065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56065B

Black with #56065B

Text Example


Text Example

White with #56065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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