#560834

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

Shades of Tyrian Purple #560834

Tints of Tyrian Purple #560834

Color information

#560834 (or 0x560834) is unknown color: approx Tyrian Purple. HEX triplet: 56, 08 and 34. RGB value is (86,8,52). Sum of RGB (Red+Green+Blue) = 86+8+52=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #560834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560834 is #A9F7CB. Grayscale: #242424. Windows color (decimal): -11139020 or 3410006. OLE color: 3410006.

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

Color convert

RGB86852-
CMYK00.910.400.66
HSL326.15º82.98%18.43%-
HSV(B)326.15º90.7%33.73%-
XYZ4.542.43.47-
YUV36.34136.84163.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=58.90%
G=5.48%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8685200.910.400.66326.1582.9818.43
Hex5683405B28421465312
Octal126106401335010250612322
Binary10101101000110100010110111010001000010101000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560834; }

 p { color: rgb(86,8,52); }

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

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

 a { background-color: rgb(86,8,52); }

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

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

 span { border-color: rgb(86,8,52); }

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