Html Css Color HEX #560F37 Tyrian Purple

📋 copy color: '#560F37'

red 86 ◦ green 15 ◦ blue 55

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

Shades of Tyrian Purple #560F37

Tints of Tyrian Purple #560F37

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

 BLUE value IS 55 (21.88% from 255) = 35.26%

R = 55.13%
G = 9.62%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#560F37 (or 0x560F37) is known color: Tyrian Purple. HEX triplet: 56, 0F and 37. RGB value is (86,15,55). Sum of RGB (Red+Green+Blue) = 86+15+55=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #560F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560F37 is #A9F0C8. Grayscale: #282828. Windows color (decimal): -11137225 or 3608406. OLE color: 3608406.

HSL color Cylindrical-coordinate representation of color #560F37: hue angle of 326.2º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F37 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 15 55 -
CMYK 0 0.83 0.36 0.66
HSL 326.2º 0.7% 0.2% -
HSV(B) 326.2º 0.83% 0.34% -
XYZ 4.7 2.6 3.87 -
YUV 40.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 86 15 55 0 0.83 0.36 0.66 326.2 0.7 0.2
Hex 56 F 37 0 53 24 42 146 46 14
Octal 126 17 67 0 123 44 102 506 106 24
Binary 1010110 1111 110111 0 1010011 100100 1000010 101000110 1000110 10100

Color Harmonies of #560F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F37

Black with #560F37

Text Example


Text Example

White with #560F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560F37; }

 p { color: rgb(86,15,55); }

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

background-color css

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

 a { background-color: rgb(86,15,55); }

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

border-color css

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

 span { border-color: rgb(86,15,55); }

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