#56123E

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

Shades of Tyrian Purple #56123E

Tints of Tyrian Purple #56123E

Color information

#56123E (or 0x56123E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 12 and 3E. RGB value is (86,18,62). Sum of RGB (Red+Green+Blue) = 86+18+62=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56123E is #A9EDC1. Grayscale: #2B2B2B. Windows color (decimal): -11136450 or 4067926. OLE color: 4067926.

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

Color convert

RGB861862-
CMYK00.790.280.66
HSL321.18º65.38%20.39%-
HSV(B)321.18º79.07%33.73%-
XYZ4.922.764.83-
YUV43.35138.53158.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=51.81%
G=10.84%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86186200.790.280.66321.1865.3820.39
Hex56123E04F1C421414114
Octal126227601173410250110124
Binary10101101001011111001001111111001000010101000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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