#560135

Color #560135 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #560135

Tints of Tyrian Purple #560135

Color information

#560135 (or 0x560135) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 35. RGB value is (86,1,53). Sum of RGB (Red+Green+Blue) = 86+1+53=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #560135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560135 is #A9FECA. Grayscale: #202020. Windows color (decimal): -11140811 or 3473750. OLE color: 3473750.

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

Color convert

RGB86153-
CMYK00.990.380.66
HSL323.29º97.7%17.06%-
HSV(B)323.29º98.84%33.73%-
XYZ4.492.263.57-
YUV32.34139.66166.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=61.43%
G=0.71%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8615300.990.380.66323.2997.717.06
Hex5613506326421436211
Octal12616501434610250314221
Binary10101101110101011000111001101000010101000011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560135; }

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

 H1.HeaderClassName
 {
   color: #560135;
 }
 .AnyTagClassName
 {
   color: #560135;
 }
</style>
background-color css

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

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

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

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

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

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