#560123

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

Shades of Tyrian Purple #560123

Tints of Tyrian Purple #560123

Color information

#560123 (or 0x560123) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 23. RGB value is (86,1,35). Sum of RGB (Red+Green+Blue) = 86+1+35=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560123 is #A9FEDC. Grayscale: #1E1E1E. Windows color (decimal): -11140829 or 2294102. OLE color: 2294102.

HSL color Cylindrical-coordinate representation of color #560123: hue angle of 336º 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 #560123 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB86135-
CMYK00.990.590.66
HSL336º97.7%17.06%-
HSV(B)336º98.84%33.73%-
XYZ4.152.121.78-
YUV30.29130.66167.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 70.49%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=70.49%
G=0.82%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8613500.990.590.6633697.717.06
Hex561230633B421506211
Octal12614301437310252014221
Binary10101101100011011000111110111000010101010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560123; }

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

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

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

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

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

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

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

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