Html Css Color HEX #560D34 Tyrian Purple

📋 copy color: '#560D34'

red 86 ◦ green 13 ◦ blue 52

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

Shades of Tyrian Purple #560D34

Tints of Tyrian Purple #560D34

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.61%

 BLUE value IS 52 (20.7% from 255) = 34.44%

R = 56.95%
G = 8.61%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#560D34 (or 0x560D34) is known color: Tyrian Purple. HEX triplet: 56, 0D and 34. RGB value is (86,13,52). Sum of RGB (Red+Green+Blue) = 86+13+52=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #560D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D34 is #A9F2CB. Grayscale: #272727. Windows color (decimal): -11137740 or 3411286. OLE color: 3411286.

HSL color Cylindrical-coordinate representation of color #560D34: hue angle of 327.95º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D34 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 13 52 -
CMYK 0 0.85 0.40 0.66
HSL 327.95º 0.74% 0.19% -
HSV(B) 327.95º 0.85% 0.34% -
XYZ 4.6 2.51 3.49 -
YUV 39.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 86 13 52 0 0.85 0.40 0.66 327.95 0.74 0.19
Hex 56 D 34 0 55 28 42 148 4A 13
Octal 126 15 64 0 125 50 102 510 112 23
Binary 1010110 1101 110100 0 1010101 101000 1000010 101001000 1001010 10011

Color Harmonies of #560D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D34

Black with #560D34

Text Example


Text Example

White with #560D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,13,52); }

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

background-color css

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

 a { background-color: rgb(86,13,52); }

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

border-color css

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

 span { border-color: rgb(86,13,52); }

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