Html Css Color HEX #561048 Tyrian Purple

📋 copy color: '#561048'

red 86 ◦ green 16 ◦ blue 72

#561048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #561048

Tints of Tyrian Purple #561048

RGB

 RED value IS 86 (33.98% from 255) = 49.43%

 GREEN value IS 16 (6.64% from 255) = 9.2%

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 49.43%
G = 9.2%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#561048 (or 0x561048) is known color: Tyrian Purple. HEX triplet: 56, 10 and 48. RGB value is (86,16,72). Sum of RGB (Red+Green+Blue) = 86+16+72=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561048 is #A9EFB7. Grayscale: #2B2B2B. Windows color (decimal): -11136952 or 4722774. OLE color: 4722774.

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

Color convert

RGB 86 16 72 -
CMYK 0 0.81 0.16 0.66
HSL 312º 0.69% 0.2% -
HSV(B) 312º 0.81% 0.34% -
XYZ 5.19 2.82 6.4 -
YUV 43.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 86 16 72 0 0.81 0.16 0.66 312 0.69 0.2
Hex 56 10 48 0 51 10 42 138 45 14
Octal 126 20 110 0 121 20 102 470 105 24
Binary 1010110 10000 1001000 0 1010001 10000 1000010 100111000 1000101 10100

Color Harmonies of #561048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561048

Black with #561048

Text Example


Text Example

White with #561048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561048; }

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

 H1.HeaderClassName
 {
   color: #561048;
 }
 .AnyTagClassName
 {
   color: #561048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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