Html Css Color HEX #561248 Tyrian Purple

📋 copy color: '#561248'

red 86 ◦ green 18 ◦ blue 72

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

Shades of Tyrian Purple #561248

Tints of Tyrian Purple #561248

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 value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#561248 (or 0x561248) is known color: 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

RGB 86 18 72 -
CMYK 0 0.79 0.16 0.66
HSL 312.35º 0.65% 0.2% -
HSV(B) 312.35º 0.79% 0.34% -
XYZ 5.22 2.88 6.41 -
YUV 44.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 86 18 72 0 0.79 0.16 0.66 312.35 0.65 0.2
Hex 56 12 48 0 4F 10 42 138 41 14
Octal 126 22 110 0 117 20 102 470 101 24
Binary 1010110 10010 1001000 0 1001111 10000 1000010 100111000 1000001 10100

Color Harmonies of #561248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561248

Black with #561248

Text Example


Text Example

White with #561248

Text Example


Text Example

HTML Codes & Css Web 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>