Html Css Color HEX #56053A Tyrian Purple

📋 copy color: '#56053A'

red 86 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #56053A

Tints of Tyrian Purple #56053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 58 (23.05% from 255) = 38.93%

R = 57.72%
G = 3.36%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#56053A (or 0x56053A) is known color: Tyrian Purple. HEX triplet: 56, 05 and 3A. RGB value is (86,5,58). Sum of RGB (Red+Green+Blue) = 86+5+58=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56053A is #A9FAC5. Grayscale: #232323. Windows color (decimal): -11139782 or 3802454. OLE color: 3802454.

HSL color Cylindrical-coordinate representation of color #56053A: hue angle of 320.74º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56053A is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 58 -
CMYK 0 0.94 0.33 0.66
HSL 320.74º 0.89% 0.18% -
HSV(B) 320.74º 0.94% 0.34% -
XYZ 4.66 2.39 4.22 -
YUV 35.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 86 5 58 0 0.94 0.33 0.66 320.74 0.89 0.18
Hex 56 5 3A 0 5E 21 42 141 59 12
Octal 126 5 72 0 136 41 102 501 131 22
Binary 1010110 101 111010 0 1011110 100001 1000010 101000001 1011001 10010

Color Harmonies of #56053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56053A

Black with #56053A

Text Example


Text Example

White with #56053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56053A; }

 p { color: rgb(86,5,58); }

 H1.HeaderClassName
 {
   color: #56053A;
 }
 .AnyTagClassName
 {
   color: #56053A;
 }
</style>

background-color css

<style>
 a { background-color: #56053A; }

 a { background-color: rgb(86,5,58); }

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

border-color css

<style>
 span { border-color: #56053A; }

 span { border-color: rgb(86,5,58); }

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