Html Css Color HEX #560F46 Tyrian Purple

📋 copy color: '#560F46'

red 86 ◦ green 15 ◦ blue 70

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

Shades of Tyrian Purple #560F46

Tints of Tyrian Purple #560F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.94%

R = 50.29%
G = 8.77%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#560F46 (or 0x560F46) is known color: Tyrian Purple. HEX triplet: 56, 0F and 46. RGB value is (86,15,70). Sum of RGB (Red+Green+Blue) = 86+15+70=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #560F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560F46 is #A9F0B9. Grayscale: #2A2A2A. Windows color (decimal): -11137210 or 4591446. OLE color: 4591446.

HSL color Cylindrical-coordinate representation of color #560F46: hue angle of 313.52º 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 #560F46 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 15 70 -
CMYK 0 0.83 0.19 0.66
HSL 313.52º 0.7% 0.2% -
HSV(B) 313.52º 0.83% 0.34% -
XYZ 5.11 2.76 6.06 -
YUV 42.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 86 15 70 0 0.83 0.19 0.66 313.52 0.7 0.2
Hex 56 F 46 0 53 13 42 13A 46 14
Octal 126 17 106 0 123 23 102 472 106 24
Binary 1010110 1111 1000110 0 1010011 10011 1000010 100111010 1000110 10100

Color Harmonies of #560F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F46

Black with #560F46

Text Example


Text Example

White with #560F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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