#560238

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

Shades of Tyrian Purple #560238

Tints of Tyrian Purple #560238

Color information

#560238 (or 0x560238) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 38. RGB value is (86,2,56). Sum of RGB (Red+Green+Blue) = 86+2+56=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #560238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560238 is #A9FDC7. Grayscale: #212121. Windows color (decimal): -11140552 or 3670614. OLE color: 3670614.

HSL color Cylindrical-coordinate representation of color #560238: hue angle of 321.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 #560238 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB86256-
CMYK00.980.350.66
HSL321.43º95.45%17.25%-
HSV(B)321.43º97.67%33.73%-
XYZ4.572.313.95-
YUV33.27140.83165.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.72%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=59.72%
G=1.39%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8625600.980.350.66321.4395.4517.25
Hex5623806223421415f11
Octal12627001424310250113721
Binary101011010111000011000101000111000010101000001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560238; }

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

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

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

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

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

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

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

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