Html Css Color HEX #560126 Tyrian Purple

📋 copy color: '#560126'

red 86 ◦ green 1 ◦ blue 38

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

Shades of Tyrian Purple #560126

Tints of Tyrian Purple #560126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 68.8%
G = 0.8%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#560126 (or 0x560126) is known color: Tyrian Purple. HEX triplet: 56, 01 and 26. RGB value is (86,1,38). Sum of RGB (Red+Green+Blue) = 86+1+38=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #560126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560126 is #A9FED9. Grayscale: #1E1E1E. Windows color (decimal): -11140826 or 2490710. OLE color: 2490710.

HSL color Cylindrical-coordinate representation of color #560126: hue angle of 333.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560126 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 38 -
CMYK 0 0.99 0.56 0.66
HSL 333.88º 0.98% 0.17% -
HSV(B) 333.88º 0.99% 0.34% -
XYZ 4.2 2.14 2.03 -
YUV 30.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 86 1 38 0 0.99 0.56 0.66 333.88 0.98 0.17
Hex 56 1 26 0 63 38 42 14E 62 11
Octal 126 1 46 0 143 70 102 516 142 21
Binary 1010110 1 100110 0 1100011 111000 1000010 101001110 1100010 10001

Color Harmonies of #560126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560126

Black with #560126

Text Example


Text Example

White with #560126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560126; }

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

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

background-color css

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

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

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

border-color css

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

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

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