Html Css Color HEX #560442 Tyrian Purple

📋 copy color: '#560442'

red 86 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #560442

Tints of Tyrian Purple #560442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 55.13%
G = 2.56%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#560442 (or 0x560442) is known color: Tyrian Purple. HEX triplet: 56, 04 and 42. RGB value is (86,4,66). Sum of RGB (Red+Green+Blue) = 86+4+66=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #560442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560442 is #A9FBBD. Grayscale: #232323. Windows color (decimal): -11140030 or 4326486. OLE color: 4326486.

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

Color convert

RGB 86 4 66 -
CMYK 0 0.95 0.23 0.66
HSL 314.63º 0.91% 0.18% -
HSV(B) 314.63º 0.95% 0.34% -
XYZ 4.86 2.46 5.37 -
YUV 35.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 86 4 66 0 0.95 0.23 0.66 314.63 0.91 0.18
Hex 56 4 42 0 5F 17 42 13B 5B 12
Octal 126 4 102 0 137 27 102 473 133 22
Binary 1010110 100 1000010 0 1011111 10111 1000010 100111011 1011011 10010

Color Harmonies of #560442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560442

Black with #560442

Text Example


Text Example

White with #560442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560442; }

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

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

background-color css

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

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

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

border-color css

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

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

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