Html Css Color HEX #560831 Tyrian Purple

📋 copy color: '#560831'

red 86 ◦ green 8 ◦ blue 49

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

Shades of Tyrian Purple #560831

Tints of Tyrian Purple #560831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

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

R = 60.14%
G = 5.59%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#560831 (or 0x560831) is known color: Tyrian Purple. HEX triplet: 56, 08 and 31. RGB value is (86,8,49). Sum of RGB (Red+Green+Blue) = 86+8+49=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #560831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560831 is #A9F7CE. Grayscale: #232323. Windows color (decimal): -11139023 or 3213398. OLE color: 3213398.

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

Color convert

RGB 86 8 49 -
CMYK 0 0.91 0.43 0.66
HSL 328.46º 0.83% 0.18% -
HSV(B) 328.46º 0.91% 0.34% -
XYZ 4.48 2.37 3.13 -
YUV 36 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 86 8 49 0 0.91 0.43 0.66 328.46 0.83 0.18
Hex 56 8 31 0 5B 2B 42 148 53 12
Octal 126 10 61 0 133 53 102 510 123 22
Binary 1010110 1000 110001 0 1011011 101011 1000010 101001000 1010011 10010

Color Harmonies of #560831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560831

Black with #560831

Text Example


Text Example

White with #560831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560831; }

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

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

background-color css

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

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

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

border-color css

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

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

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