Html Css Color HEX #560742 Tyrian Purple

📋 copy color: '#560742'

red 86 ◦ green 7 ◦ blue 66

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

Shades of Tyrian Purple #560742

Tints of Tyrian Purple #560742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

 BLUE value IS 66 (26.17% from 255) = 41.51%

R = 54.09%
G = 4.4%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#560742 (or 0x560742) is known color: Tyrian Purple. HEX triplet: 56, 07 and 42. RGB value is (86,7,66). Sum of RGB (Red+Green+Blue) = 86+7+66=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #560742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560742 is #A9F8BD. Grayscale: #252525. Windows color (decimal): -11139262 or 4327254. OLE color: 4327254.

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

Color convert

RGB 86 7 66 -
CMYK 0 0.92 0.23 0.66
HSL 315.19º 0.85% 0.18% -
HSV(B) 315.19º 0.92% 0.34% -
XYZ 4.9 2.52 5.38 -
YUV 37.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 86 7 66 0 0.92 0.23 0.66 315.19 0.85 0.18
Hex 56 7 42 0 5C 17 42 13B 55 12
Octal 126 7 102 0 134 27 102 473 125 22
Binary 1010110 111 1000010 0 1011100 10111 1000010 100111011 1010101 10010

Color Harmonies of #560742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560742

Black with #560742

Text Example


Text Example

White with #560742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560742; }

 p { color: rgb(86,7,66); }

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

background-color css

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

 a { background-color: rgb(86,7,66); }

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

border-color css

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

 span { border-color: rgb(86,7,66); }

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