Html Css Color HEX #56133E Tyrian Purple

📋 copy color: '#56133E'

red 86 ◦ green 19 ◦ blue 62

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

Shades of Tyrian Purple #56133E

Tints of Tyrian Purple #56133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 62 (24.61% from 255) = 37.13%

R = 51.5%
G = 11.38%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#56133E (or 0x56133E) is known color: Tyrian Purple. HEX triplet: 56, 13 and 3E. RGB value is (86,19,62). Sum of RGB (Red+Green+Blue) = 86+19+62=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56133E is #A9ECC1. Grayscale: #2B2B2B. Windows color (decimal): -11136194 or 4068182. OLE color: 4068182.

HSL color Cylindrical-coordinate representation of color #56133E: hue angle of 321.49º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56133E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 19 62 -
CMYK 0 0.78 0.28 0.66
HSL 321.49º 0.64% 0.21% -
HSV(B) 321.49º 0.78% 0.34% -
XYZ 4.94 2.79 4.84 -
YUV 43.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 86 19 62 0 0.78 0.28 0.66 321.49 0.64 0.21
Hex 56 13 3E 0 4E 1C 42 141 40 15
Octal 126 23 76 0 116 34 102 501 100 25
Binary 1010110 10011 111110 0 1001110 11100 1000010 101000001 1000000 10101

Color Harmonies of #56133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56133E

Black with #56133E

Text Example


Text Example

White with #56133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56133E; }

 p { color: rgb(86,19,62); }

 H1.HeaderClassName
 {
   color: #56133E;
 }
 .AnyTagClassName
 {
   color: #56133E;
 }
</style>

background-color css

<style>
 a { background-color: #56133E; }

 a { background-color: rgb(86,19,62); }

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

border-color css

<style>
 span { border-color: #56133E; }

 span { border-color: rgb(86,19,62); }

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