#56123F

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

Shades of Tyrian Purple #56123F

Tints of Tyrian Purple #56123F

Color information

#56123F (or 0x56123F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 12 and 3F. RGB value is (86,18,63). Sum of RGB (Red+Green+Blue) = 86+18+63=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56123F is #A9EDC0. Grayscale: #2B2B2B. Windows color (decimal): -11136449 or 4133462. OLE color: 4133462.

HSL color Cylindrical-coordinate representation of color #56123F: hue angle of 320.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56123F is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB861863-
CMYK00.790.270.66
HSL320.29º65.38%20.39%-
HSV(B)320.29º79.07%33.73%-
XYZ4.952.774.98-
YUV43.46139.03158.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 63 (25% from 255) = 37.72%
R=51.50%
G=10.78%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86186300.790.270.66320.2965.3820.39
Hex56123F04F1B421404114
Octal126227701173310250010124
Binary10101101001011111101001111110111000010101000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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