#560830

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

Shades of Tyrian Purple #560830

Tints of Tyrian Purple #560830

Color information

#560830 (or 0x560830) is unknown color: approx Tyrian Purple. HEX triplet: 56, 08 and 30. RGB value is (86,8,48). Sum of RGB (Red+Green+Blue) = 86+8+48=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #560830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560830 is #A9F7CF. Grayscale: #232323. Windows color (decimal): -11139024 or 3147862. OLE color: 3147862.

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

Color convert

RGB86848-
CMYK00.910.440.66
HSL329.23º82.98%18.43%-
HSV(B)329.23º90.7%33.73%-
XYZ4.462.373.02-
YUV35.88134.84163.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=60.56%
G=5.63%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8684800.910.440.66329.2382.9818.43
Hex5683005B2C421495312
Octal126106001335410251112322
Binary10101101000110000010110111011001000010101001001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560830; }

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

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

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

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

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

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

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

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