Html Css Color HEX #56052E Tyrian Purple

📋 copy color: '#56052E'

red 86 ◦ green 5 ◦ blue 46

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

Shades of Tyrian Purple #56052E

Tints of Tyrian Purple #56052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.58%

R = 62.77%
G = 3.65%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#56052E (or 0x56052E) is known color: Tyrian Purple. HEX triplet: 56, 05 and 2E. RGB value is (86,5,46). Sum of RGB (Red+Green+Blue) = 86+5+46=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #56052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56052E is #A9FAD1. Grayscale: #212121. Windows color (decimal): -11139794 or 3016022. OLE color: 3016022.

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

Color convert

RGB 86 5 46 -
CMYK 0 0.94 0.47 0.66
HSL 329.63º 0.89% 0.18% -
HSV(B) 329.63º 0.94% 0.34% -
XYZ 4.39 2.28 2.79 -
YUV 33.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 86 5 46 0 0.94 0.47 0.66 329.63 0.89 0.18
Hex 56 5 2E 0 5E 2F 42 14A 59 12
Octal 126 5 56 0 136 57 102 512 131 22
Binary 1010110 101 101110 0 1011110 101111 1000010 101001010 1011001 10010

Color Harmonies of #56052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56052E

Black with #56052E

Text Example


Text Example

White with #56052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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