Html Css Color HEX #56024D Tyrian Purple

📋 copy color: '#56024D'

red 86 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #56024D

Tints of Tyrian Purple #56024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 52.12%
G = 1.21%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#56024D (or 0x56024D) is known color: Tyrian Purple. HEX triplet: 56, 02 and 4D. RGB value is (86,2,77). Sum of RGB (Red+Green+Blue) = 86+2+77=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56024D is #A9FDB2. Grayscale: #232323. Windows color (decimal): -11140531 or 5046870. OLE color: 5046870.

HSL color Cylindrical-coordinate representation of color #56024D: hue angle of 306.43º 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 #56024D is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 77 -
CMYK 0 0.98 0.10 0.66
HSL 306.43º 0.95% 0.17% -
HSV(B) 306.43º 0.98% 0.34% -
XYZ 5.2 2.56 7.24 -
YUV 35.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 86 2 77 0 0.98 0.10 0.66 306.43 0.95 0.17
Hex 56 2 4D 0 62 A 42 132 5F 11
Octal 126 2 115 0 142 12 102 462 137 21
Binary 1010110 10 1001101 0 1100010 1010 1000010 100110010 1011111 10001

Color Harmonies of #56024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56024D

Black with #56024D

Text Example


Text Example

White with #56024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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