#560230

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

Shades of Tyrian Purple #560230

Tints of Tyrian Purple #560230

Color information

#560230 (or 0x560230) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 30. RGB value is (86,2,48). Sum of RGB (Red+Green+Blue) = 86+2+48=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #560230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560230 is #A9FDCF. Grayscale: #202020. Windows color (decimal): -11140560 or 3146326. OLE color: 3146326.

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

Color convert

RGB86248-
CMYK00.980.440.66
HSL327.14º95.45%17.25%-
HSV(B)327.14º97.67%33.73%-
XYZ4.392.243-
YUV32.36136.83166.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.24%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=63.24%
G=1.47%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8624800.980.440.66327.1495.4517.25
Hex562300622C421475f11
Octal12626001425410250713721
Binary101011010110000011000101011001000010101000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560230; }

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

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

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

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

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

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

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

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