Html Css Color HEX #560031 Tyrian Purple

📋 copy color: '#560031'

red 86 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #560031

Tints of Tyrian Purple #560031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 63.7%
G = 0%
B = 36.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#560031 (or 0x560031) is known color: Tyrian Purple. HEX triplet: 56, 00 and 31. RGB value is (86,0,49). Sum of RGB (Red+Green+Blue) = 86+0+49=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #560031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560031 is #A9FFCE. Grayscale: #1F1F1F. Windows color (decimal): -11141071 or 3211350. OLE color: 3211350.

HSL color Cylindrical-coordinate representation of color #560031: hue angle of 325.81º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560031 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 0 49 -
CMYK 0 1 0.43 0.66
HSL 325.81º 1% 0.17% -
HSV(B) 325.81º 1% 0.34% -
XYZ 4.39 2.2 3.1 -
YUV 31.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 86 0 49 0 1 0.43 0.66 325.81 1 0.17
Hex 56 0 31 0 64 2B 42 146 64 11
Octal 126 0 61 0 144 53 102 506 144 21
Binary 1010110 0 110001 0 1100100 101011 1000010 101000110 1100100 10001

Color Harmonies of #560031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560031

Black with #560031

Text Example


Text Example

White with #560031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560031; }

 p { color: rgb(86,0,49); }

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

background-color css

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

 a { background-color: rgb(86,0,49); }

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

border-color css

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

 span { border-color: rgb(86,0,49); }

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