Html Css Color HEX #56143D Tyrian Purple

📋 copy color: '#56143D'

red 86 ◦ green 20 ◦ blue 61

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

Shades of Tyrian Purple #56143D

Tints of Tyrian Purple #56143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

 BLUE value IS 61 (24.22% from 255) = 36.53%

R = 51.5%
G = 11.98%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#56143D (or 0x56143D) is known color: Tyrian Purple. HEX triplet: 56, 14 and 3D. RGB value is (86,20,61). Sum of RGB (Red+Green+Blue) = 86+20+61=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56143D is #A9EBC2. Grayscale: #2C2C2C. Windows color (decimal): -11135939 or 4002902. OLE color: 4002902.

HSL color Cylindrical-coordinate representation of color #56143D: hue angle of 322.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56143D is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 61 -
CMYK 0 0.77 0.29 0.66
HSL 322.73º 0.62% 0.21% -
HSV(B) 322.73º 0.77% 0.34% -
XYZ 4.93 2.82 4.7 -
YUV 44.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 86 20 61 0 0.77 0.29 0.66 322.73 0.62 0.21
Hex 56 14 3D 0 4D 1D 42 143 3E 15
Octal 126 24 75 0 115 35 102 503 76 25
Binary 1010110 10100 111101 0 1001101 11101 1000010 101000011 111110 10101

Color Harmonies of #56143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56143D

Black with #56143D

Text Example


Text Example

White with #56143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,20,61); }

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

background-color css

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

 a { background-color: rgb(86,20,61); }

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

border-color css

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

 span { border-color: rgb(86,20,61); }

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