Html Css Color HEX #560441 Tyrian Purple

📋 copy color: '#560441'

red 86 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #560441

Tints of Tyrian Purple #560441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 55.48%
G = 2.58%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#560441 (or 0x560441) is known color: Tyrian Purple. HEX triplet: 56, 04 and 41. RGB value is (86,4,65). Sum of RGB (Red+Green+Blue) = 86+4+65=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #560441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560441 is #A9FBBE. Grayscale: #232323. Windows color (decimal): -11140031 or 4260950. OLE color: 4260950.

HSL color Cylindrical-coordinate representation of color #560441: hue angle of 315.37º 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 #560441 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 65 -
CMYK 0 0.95 0.24 0.66
HSL 315.37º 0.91% 0.18% -
HSV(B) 315.37º 0.95% 0.34% -
XYZ 4.84 2.45 5.22 -
YUV 35.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 86 4 65 0 0.95 0.24 0.66 315.37 0.91 0.18
Hex 56 4 41 0 5F 18 42 13B 5B 12
Octal 126 4 101 0 137 30 102 473 133 22
Binary 1010110 100 1000001 0 1011111 11000 1000010 100111011 1011011 10010

Color Harmonies of #560441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560441

Black with #560441

Text Example


Text Example

White with #560441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560441; }

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

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

background-color css

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

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

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

border-color css

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

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

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