#560427

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

Shades of Tyrian Purple #560427

Tints of Tyrian Purple #560427

Color information

#560427 (or 0x560427) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 27. RGB value is (86,4,39). Sum of RGB (Red+Green+Blue) = 86+4+39=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #560427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560427 is #A9FBD8. Grayscale: #202020. Windows color (decimal): -11140057 or 2557014. OLE color: 2557014.

HSL color Cylindrical-coordinate representation of color #560427: hue angle of 334.39º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560427 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB86439-
CMYK00.950.550.66
HSL334.39º91.11%17.65%-
HSV(B)334.39º95.35%33.73%-
XYZ4.252.212.12-
YUV32.51131.67166.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=66.67%
G=3.10%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8643900.950.550.66334.3991.1117.65
Hex5642705F374214e5b12
Octal12644701376710251613322
Binary1010110100100111010111111101111000010101001110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560427; }

 p { color: rgb(86,4,39); }

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

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

 a { background-color: rgb(86,4,39); }

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

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

 span { border-color: rgb(86,4,39); }

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