Html Css Color HEX #56055C Palatinate Purple

📋 copy color: '#56055C'

red 86 ◦ green 5 ◦ blue 92

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

Shades of Palatinate Purple #56055C

Tints of Palatinate Purple #56055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.27%

R = 46.99%
G = 2.73%
B = 50.27%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56055C (or 0x56055C) is known color: Palatinate Purple. HEX triplet: 56, 05 and 5C. RGB value is (86,5,92). Sum of RGB (Red+Green+Blue) = 86+5+92=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #56055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56055C is #A9FAA3. Grayscale: #262626. Windows color (decimal): -11139748 or 6030678. OLE color: 6030678.

HSL color Cylindrical-coordinate representation of color #56055C: hue angle of 295.86º 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 #56055C is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 5 92 -
CMYK 0.07 0.95 0 0.64
HSL 295.86º 0.9% 0.19% -
HSV(B) 295.86º 0.95% 0.36% -
XYZ 5.82 2.86 10.37 -
YUV 39.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 86 5 92 0.07 0.95 0 0.64 295.86 0.9 0.19
Hex 56 5 5C 7 5F 0 40 128 5A 13
Octal 126 5 134 7 137 0 100 450 132 23
Binary 1010110 101 1011100 111 1011111 0 1000000 100101000 1011010 10011

Color Harmonies of #56055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56055C

Black with #56055C

Text Example


Text Example

White with #56055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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