Html Css Color HEX #56004C Tyrian Purple

📋 copy color: '#56004C'

red 86 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #56004C

Tints of Tyrian Purple #56004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.91%

R = 53.09%
G = 0%
B = 46.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#56004C (or 0x56004C) is known color: Tyrian Purple. HEX triplet: 56, 00 and 4C. RGB value is (86,0,76). Sum of RGB (Red+Green+Blue) = 86+0+76=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56004C is #A9FFB3. Grayscale: #222222. Windows color (decimal): -11141044 or 4980822. OLE color: 4980822.

HSL color Cylindrical-coordinate representation of color #56004C: hue angle of 306.98º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56004C is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 0 76 -
CMYK 0 1 0.12 0.66
HSL 306.98º 1% 0.17% -
HSV(B) 306.98º 1% 0.34% -
XYZ 5.14 2.5 7.05 -
YUV 34.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 86 0 76 0 1 0.12 0.66 306.98 1 0.17
Hex 56 0 4C 0 64 C 42 133 64 11
Octal 126 0 114 0 144 14 102 463 144 21
Binary 1010110 0 1001100 0 1100100 1100 1000010 100110011 1100100 10001

Color Harmonies of #56004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56004C

Black with #56004C

Text Example


Text Example

White with #56004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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