#56023F

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

Shades of Tyrian Purple #56023F

Tints of Tyrian Purple #56023F

Color information

#56023F (or 0x56023F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 3F. RGB value is (86,2,63). Sum of RGB (Red+Green+Blue) = 86+2+63=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56023F is #A9FDC0. Grayscale: #212121. Windows color (decimal): -11140545 or 4129366. OLE color: 4129366.

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

Color convert

RGB86263-
CMYK00.980.270.66
HSL316.43º95.45%17.25%-
HSV(B)316.43º97.67%33.73%-
XYZ4.762.384.91-
YUV34.07144.33165.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 63 (25% from 255) = 41.72%
R=56.95%
G=1.32%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8626300.980.270.66316.4395.4517.25
Hex5623F0621B4213c5f11
Octal12627701423310247413721
Binary10101101011111101100010110111000010100111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56023F; }

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

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

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

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

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

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

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

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