Html Css Color HEX #56014D Tyrian Purple

📋 copy color: '#56014D'

red 86 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #56014D

Tints of Tyrian Purple #56014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 52.44%
G = 0.61%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#56014D (or 0x56014D) is known color: Tyrian Purple. HEX triplet: 56, 01 and 4D. RGB value is (86,1,77). Sum of RGB (Red+Green+Blue) = 86+1+77=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56014D is #A9FEB2. Grayscale: #222222. Windows color (decimal): -11140787 or 5046614. OLE color: 5046614.

HSL color Cylindrical-coordinate representation of color #56014D: hue angle of 306.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56014D is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 77 -
CMYK 0 0.99 0.10 0.66
HSL 306.35º 0.98% 0.17% -
HSV(B) 306.35º 0.99% 0.34% -
XYZ 5.19 2.54 7.24 -
YUV 35.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 86 1 77 0 0.99 0.10 0.66 306.35 0.98 0.17
Hex 56 1 4D 0 63 A 42 132 62 11
Octal 126 1 115 0 143 12 102 462 142 21
Binary 1010110 1 1001101 0 1100011 1010 1000010 100110010 1100010 10001

Color Harmonies of #56014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56014D

Black with #56014D

Text Example


Text Example

White with #56014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56014D; }

 p { color: rgb(86,1,77); }

 H1.HeaderClassName
 {
   color: #56014D;
 }
 .AnyTagClassName
 {
   color: #56014D;
 }
</style>

background-color css

<style>
 a { background-color: #56014D; }

 a { background-color: rgb(86,1,77); }

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

border-color css

<style>
 span { border-color: #56014D; }

 span { border-color: rgb(86,1,77); }

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