Html Css Color HEX #56053B Tyrian Purple

📋 copy color: '#56053B'

red 86 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #56053B

Tints of Tyrian Purple #56053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.33%

R = 57.33%
G = 3.33%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#56053B (or 0x56053B) is known color: Tyrian Purple. HEX triplet: 56, 05 and 3B. RGB value is (86,5,59). Sum of RGB (Red+Green+Blue) = 86+5+59=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #56053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56053B is #A9FAC4. Grayscale: #232323. Windows color (decimal): -11139781 or 3867990. OLE color: 3867990.

HSL color Cylindrical-coordinate representation of color #56053B: hue angle of 320º 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 #56053B is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 59 -
CMYK 0 0.94 0.31 0.66
HSL 320º 0.89% 0.18% -
HSV(B) 320º 0.94% 0.34% -
XYZ 4.68 2.4 4.35 -
YUV 35.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 86 5 59 0 0.94 0.31 0.66 320 0.89 0.18
Hex 56 5 3B 0 5E 1F 42 140 59 12
Octal 126 5 73 0 136 37 102 500 131 22
Binary 1010110 101 111011 0 1011110 11111 1000010 101000000 1011001 10010

Color Harmonies of #56053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56053B

Black with #56053B

Text Example


Text Example

White with #56053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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