Html Css Color HEX #56124A Tyrian Purple

📋 copy color: '#56124A'

red 86 ◦ green 18 ◦ blue 74

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

Shades of Tyrian Purple #56124A

Tints of Tyrian Purple #56124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 48.31%
G = 10.11%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#56124A (or 0x56124A) is known color: Tyrian Purple. HEX triplet: 56, 12 and 4A. RGB value is (86,18,74). Sum of RGB (Red+Green+Blue) = 86+18+74=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #56124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56124A is #A9EDB5. Grayscale: #2C2C2C. Windows color (decimal): -11136438 or 4854358. OLE color: 4854358.

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

Color convert

RGB 86 18 74 -
CMYK 0 0.79 0.14 0.66
HSL 310.59º 0.65% 0.2% -
HSV(B) 310.59º 0.79% 0.34% -
XYZ 5.29 2.91 6.76 -
YUV 44.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 86 18 74 0 0.79 0.14 0.66 310.59 0.65 0.2
Hex 56 12 4A 0 4F E 42 137 41 14
Octal 126 22 112 0 117 16 102 467 101 24
Binary 1010110 10010 1001010 0 1001111 1110 1000010 100110111 1000001 10100

Color Harmonies of #56124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56124A

Black with #56124A

Text Example


Text Example

White with #56124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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