#560231

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

Shades of Tyrian Purple #560231

Tints of Tyrian Purple #560231

Color information

#560231 (or 0x560231) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 31. RGB value is (86,2,49). Sum of RGB (Red+Green+Blue) = 86+2+49=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #560231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560231 is #A9FDCE. Grayscale: #202020. Windows color (decimal): -11140559 or 3211862. OLE color: 3211862.

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

Color convert

RGB86249-
CMYK00.980.430.66
HSL326.43º95.45%17.25%-
HSV(B)326.43º97.67%33.73%-
XYZ4.412.243.11-
YUV32.47137.33166.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=62.77%
G=1.46%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8624900.980.430.66326.4395.4517.25
Hex562310622B421465f11
Octal12626101425310250613721
Binary101011010110001011000101010111000010101000110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560231; }

 p { color: rgb(86,2,49); }

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

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

 a { background-color: rgb(86,2,49); }

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

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

 span { border-color: rgb(86,2,49); }

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