#56012D

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

Shades of Tyrian Purple #56012D

Tints of Tyrian Purple #56012D

Color information

#56012D (or 0x56012D) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 2D. RGB value is (86,1,45). Sum of RGB (Red+Green+Blue) = 86+1+45=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56012D is #A9FED2. Grayscale: #1F1F1F. Windows color (decimal): -11140819 or 2949462. OLE color: 2949462.

HSL color Cylindrical-coordinate representation of color #56012D: hue angle of 328.94º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56012D is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB86145-
CMYK00.990.480.66
HSL328.94º97.7%17.06%-
HSV(B)328.94º98.84%33.73%-
XYZ4.322.192.68-
YUV31.43135.66166.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=65.15%
G=0.76%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8614500.990.480.66328.9497.717.06
Hex5612D06330421496211
Octal12615501436010251114221
Binary10101101101101011000111100001000010101001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56012D; }

 p { color: rgb(86,1,45); }

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

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

 a { background-color: rgb(86,1,45); }

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

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

 span { border-color: rgb(86,1,45); }

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