Html Css Color HEX #56113D Tyrian Purple

📋 copy color: '#56113D'

red 86 ◦ green 17 ◦ blue 61

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

Shades of Tyrian Purple #56113D

Tints of Tyrian Purple #56113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

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

R = 52.44%
G = 10.37%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#56113D (or 0x56113D) is known color: Tyrian Purple. HEX triplet: 56, 11 and 3D. RGB value is (86,17,61). Sum of RGB (Red+Green+Blue) = 86+17+61=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56113D is #A9EEC2. Grayscale: #2A2A2A. Windows color (decimal): -11136707 or 4002134. OLE color: 4002134.

HSL color Cylindrical-coordinate representation of color #56113D: hue angle of 321.74º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56113D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 61 -
CMYK 0 0.80 0.29 0.66
HSL 321.74º 0.67% 0.2% -
HSV(B) 321.74º 0.8% 0.34% -
XYZ 4.88 2.72 4.68 -
YUV 42.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 86 17 61 0 0.80 0.29 0.66 321.74 0.67 0.2
Hex 56 11 3D 0 50 1D 42 142 43 14
Octal 126 21 75 0 120 35 102 502 103 24
Binary 1010110 10001 111101 0 1010000 11101 1000010 101000010 1000011 10100

Color Harmonies of #56113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56113D

Black with #56113D

Text Example


Text Example

White with #56113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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