Html Css Color HEX #56055B Palatinate Purple

📋 copy color: '#56055B'

red 86 ◦ green 5 ◦ blue 91

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

Shades of Palatinate Purple #56055B

Tints of Palatinate Purple #56055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 47.25%
G = 2.75%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56055B (or 0x56055B) is known color: Palatinate Purple. HEX triplet: 56, 05 and 5B. RGB value is (86,5,91). Sum of RGB (Red+Green+Blue) = 86+5+91=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #56055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56055B is #A9FAA4. Grayscale: #262626. Windows color (decimal): -11139749 or 5965142. OLE color: 5965142.

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

Color convert

RGB 86 5 91 -
CMYK 0.05 0.95 0 0.64
HSL 296.51º 0.9% 0.19% -
HSV(B) 296.51º 0.95% 0.36% -
XYZ 5.78 2.84 10.14 -
YUV 39.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 86 5 91 0.05 0.95 0 0.64 296.51 0.9 0.19
Hex 56 5 5B 5 5F 0 40 129 5A 13
Octal 126 5 133 5 137 0 100 451 132 23
Binary 1010110 101 1011011 101 1011111 0 1000000 100101001 1011010 10011

Color Harmonies of #56055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56055B

Black with #56055B

Text Example


Text Example

White with #56055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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