#56022E

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

Shades of Tyrian Purple #56022E

Tints of Tyrian Purple #56022E

Color information

#56022E (or 0x56022E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 2E. RGB value is (86,2,46). Sum of RGB (Red+Green+Blue) = 86+2+46=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56022E is #A9FDD1. Grayscale: #202020. Windows color (decimal): -11140562 or 3015254. OLE color: 3015254.

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

Color convert

RGB86246-
CMYK00.980.470.66
HSL328.57º95.45%17.25%-
HSV(B)328.57º97.67%33.73%-
XYZ4.352.222.78-
YUV32.13135.83166.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.18%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=64.18%
G=1.49%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8624600.980.470.66328.5795.4517.25
Hex5622E0622F421495f11
Octal12625601425710251113721
Binary101011010101110011000101011111000010101001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56022E; }

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

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

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

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

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

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

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

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