#560125

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

Shades of Tyrian Purple #560125

Tints of Tyrian Purple #560125

Color information

#560125 (or 0x560125) is unknown color: approx Tyrian Purple. HEX triplet: 56, 01 and 25. RGB value is (86,1,37). Sum of RGB (Red+Green+Blue) = 86+1+37=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560125 is #A9FEDA. Grayscale: #1E1E1E. Windows color (decimal): -11140827 or 2425174. OLE color: 2425174.

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

Color convert

RGB86137-
CMYK00.990.570.66
HSL334.59º97.7%17.06%-
HSV(B)334.59º98.84%33.73%-
XYZ4.182.131.94-
YUV30.52131.66167.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=69.35%
G=0.81%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8613700.990.570.66334.5997.717.06
Hex56125063394214f6211
Octal12614501437110251714221
Binary10101101100101011000111110011000010101001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560125; }

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

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

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

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

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

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

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

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