#56024B

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

Shades of Tyrian Purple #56024B

Tints of Tyrian Purple #56024B

Color information

#56024B (or 0x56024B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 4B. RGB value is (86,2,75). Sum of RGB (Red+Green+Blue) = 86+2+75=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56024B is #A9FDB4. Grayscale: #232323. Windows color (decimal): -11140533 or 4915798. OLE color: 4915798.

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

Color convert

RGB86275-
CMYK00.980.130.66
HSL307.86º95.45%17.25%-
HSV(B)307.86º97.67%33.73%-
XYZ5.132.536.87-
YUV35.44150.33164.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=52.76%
G=1.23%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8627500.980.130.66307.8695.4517.25
Hex5624B062D421345f11
Octal126211301421510246413721
Binary10101101010010110110001011011000010100110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56024B; }

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

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

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

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

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

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

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

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