Html Css Color HEX #561245 Tyrian Purple

📋 copy color: '#561245'

red 86 ◦ green 18 ◦ blue 69

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

Shades of Tyrian Purple #561245

Tints of Tyrian Purple #561245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 69 (27.34% from 255) = 39.88%

R = 49.71%
G = 10.4%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#561245 (or 0x561245) is known color: Tyrian Purple. HEX triplet: 56, 12 and 45. RGB value is (86,18,69). Sum of RGB (Red+Green+Blue) = 86+18+69=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #561245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561245 is #A9EDBA. Grayscale: #2C2C2C. Windows color (decimal): -11136443 or 4526678. OLE color: 4526678.

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

Color convert

RGB 86 18 69 -
CMYK 0 0.79 0.20 0.66
HSL 315º 0.65% 0.2% -
HSV(B) 315º 0.79% 0.34% -
XYZ 5.13 2.84 5.91 -
YUV 44.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 86 18 69 0 0.79 0.20 0.66 315 0.65 0.2
Hex 56 12 45 0 4F 14 42 13B 41 14
Octal 126 22 105 0 117 24 102 473 101 24
Binary 1010110 10010 1000101 0 1001111 10100 1000010 100111011 1000001 10100

Color Harmonies of #561245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561245

Black with #561245

Text Example


Text Example

White with #561245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561245; }

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

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

background-color css

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

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

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

border-color css

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

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

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