#561248

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

Shades of Tyrian Purple #561248

Tints of Tyrian Purple #561248

Color information

#561248 (or 0x561248) is unknown color: approx Tyrian Purple. HEX triplet: 56, 12 and 48. RGB value is (86,18,72). Sum of RGB (Red+Green+Blue) = 86+18+72=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561248 is #A9EDB7. Grayscale: #2C2C2C. Windows color (decimal): -11136440 or 4723286. OLE color: 4723286.

HSL color Cylindrical-coordinate representation of color #561248: hue angle of 312.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561248 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB861872-
CMYK00.790.160.66
HSL312.35º65.38%20.39%-
HSV(B)312.35º79.07%33.73%-
XYZ5.222.886.41-
YUV44.49143.53157.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=48.86%
G=10.23%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86187200.790.160.66312.3565.3820.39
Hex56124804F10421384114
Octal1262211001172010247010124
Binary101011010010100100001001111100001000010100111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561248; }

 p { color: rgb(86,18,72); }

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

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

 a { background-color: rgb(86,18,72); }

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

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

 span { border-color: rgb(86,18,72); }

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