#56002A

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

Shades of Tyrian Purple #56002A

Tints of Tyrian Purple #56002A

Color information

#56002A (or 0x56002A) is unknown color: approx Tyrian Purple. HEX triplet: 56, 00 and 2A. RGB value is (86,0,42). Sum of RGB (Red+Green+Blue) = 86+0+42=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #56002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56002A is #A9FFD5. Grayscale: #1E1E1E. Windows color (decimal): -11141078 or 2752598. OLE color: 2752598.

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

Color convert

RGB86042-
CMYK010.510.66
HSL330.7º100%16.86%-
HSV(B)330.7º100%33.73%-
XYZ4.262.152.38-
YUV30.5134.49167.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=67.19%
G=0%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86042010.510.66330.710016.86
Hex5602A064334214b6411
Octal12605201446310251314421
Binary10101100101010011001001100111000010101001011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56002A; }

 p { color: rgb(86,0,42); }

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

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

 a { background-color: rgb(86,0,42); }

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

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

 span { border-color: rgb(86,0,42); }

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