Html Css Color HEX #560437 Tyrian Purple

📋 copy color: '#560437'

red 86 ◦ green 4 ◦ blue 55

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

Shades of Tyrian Purple #560437

Tints of Tyrian Purple #560437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 59.31%
G = 2.76%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#560437 (or 0x560437) is known color: Tyrian Purple. HEX triplet: 56, 04 and 37. RGB value is (86,4,55). Sum of RGB (Red+Green+Blue) = 86+4+55=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #560437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560437 is #A9FBC8. Grayscale: #222222. Windows color (decimal): -11140041 or 3605590. OLE color: 3605590.

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

Color convert

RGB 86 4 55 -
CMYK 0 0.95 0.36 0.66
HSL 322.68º 0.91% 0.18% -
HSV(B) 322.68º 0.95% 0.34% -
XYZ 4.57 2.34 3.83 -
YUV 34.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 86 4 55 0 0.95 0.36 0.66 322.68 0.91 0.18
Hex 56 4 37 0 5F 24 42 143 5B 12
Octal 126 4 67 0 137 44 102 503 133 22
Binary 1010110 100 110111 0 1011111 100100 1000010 101000011 1011011 10010

Color Harmonies of #560437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560437

Black with #560437

Text Example


Text Example

White with #560437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560437; }

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

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

background-color css

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

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

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

border-color css

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

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

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