Html Css Color HEX #560426 Tyrian Purple

📋 copy color: '#560426'

red 86 ◦ green 4 ◦ blue 38

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

Shades of Tyrian Purple #560426

Tints of Tyrian Purple #560426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 67.19%
G = 3.13%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#560426 (or 0x560426) is known color: Tyrian Purple. HEX triplet: 56, 04 and 26. RGB value is (86,4,38). Sum of RGB (Red+Green+Blue) = 86+4+38=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #560426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560426 is #A9FBD9. Grayscale: #202020. Windows color (decimal): -11140058 or 2491478. OLE color: 2491478.

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

Color convert

RGB 86 4 38 -
CMYK 0 0.95 0.56 0.66
HSL 335.12º 0.91% 0.18% -
HSV(B) 335.12º 0.95% 0.34% -
XYZ 4.23 2.21 2.04 -
YUV 32.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 86 4 38 0 0.95 0.56 0.66 335.12 0.91 0.18
Hex 56 4 26 0 5F 38 42 14F 5B 12
Octal 126 4 46 0 137 70 102 517 133 22
Binary 1010110 100 100110 0 1011111 111000 1000010 101001111 1011011 10010

Color Harmonies of #560426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560426

Black with #560426

Text Example


Text Example

White with #560426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560426; }

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

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

background-color css

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

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

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

border-color css

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

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

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