Html Css Color HEX #56024A Tyrian Purple

📋 copy color: '#56024A'

red 86 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #56024A

Tints of Tyrian Purple #56024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 53.09%
G = 1.23%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#56024A (or 0x56024A) is known color: Tyrian Purple. HEX triplet: 56, 02 and 4A. RGB value is (86,2,74). Sum of RGB (Red+Green+Blue) = 86+2+74=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56024A is #A9FDB5. Grayscale: #232323. Windows color (decimal): -11140534 or 4850262. OLE color: 4850262.

HSL color Cylindrical-coordinate representation of color #56024A: hue angle of 308.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56024A is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 74 -
CMYK 0 0.98 0.14 0.66
HSL 308.57º 0.95% 0.17% -
HSV(B) 308.57º 0.98% 0.34% -
XYZ 5.1 2.52 6.7 -
YUV 35.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 86 2 74 0 0.98 0.14 0.66 308.57 0.95 0.17
Hex 56 2 4A 0 62 E 42 135 5F 11
Octal 126 2 112 0 142 16 102 465 137 21
Binary 1010110 10 1001010 0 1100010 1110 1000010 100110101 1011111 10001

Color Harmonies of #56024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56024A

Black with #56024A

Text Example


Text Example

White with #56024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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