Html Css Color HEX #561148 Tyrian Purple

📋 copy color: '#561148'

red 86 ◦ green 17 ◦ blue 72

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

Shades of Tyrian Purple #561148

Tints of Tyrian Purple #561148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

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

R = 49.14%
G = 9.71%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#561148 (or 0x561148) is known color: Tyrian Purple. HEX triplet: 56, 11 and 48. RGB value is (86,17,72). Sum of RGB (Red+Green+Blue) = 86+17+72=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561148 is #A9EEB7. Grayscale: #2B2B2B. Windows color (decimal): -11136696 or 4723030. OLE color: 4723030.

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

Color convert

RGB 86 17 72 -
CMYK 0 0.80 0.16 0.66
HSL 312.17º 0.67% 0.2% -
HSV(B) 312.17º 0.8% 0.34% -
XYZ 5.21 2.85 6.41 -
YUV 43.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 86 17 72 0 0.80 0.16 0.66 312.17 0.67 0.2
Hex 56 11 48 0 50 10 42 138 43 14
Octal 126 21 110 0 120 20 102 470 103 24
Binary 1010110 10001 1001000 0 1010000 10000 1000010 100111000 1000011 10100

Color Harmonies of #561148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561148

Black with #561148

Text Example


Text Example

White with #561148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561148; }

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

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

background-color css

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

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

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

border-color css

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

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

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