Html Css Color HEX #56024E Tyrian Purple

📋 copy color: '#56024E'

red 86 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #56024E

Tints of Tyrian Purple #56024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.99%

R = 51.81%
G = 1.2%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#56024E (or 0x56024E) is known color: Tyrian Purple. HEX triplet: 56, 02 and 4E. RGB value is (86,2,78). Sum of RGB (Red+Green+Blue) = 86+2+78=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56024E is #A9FDB1. Grayscale: #232323. Windows color (decimal): -11140530 or 5112406. OLE color: 5112406.

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

Color convert

RGB 86 2 78 -
CMYK 0 0.98 0.09 0.66
HSL 305.71º 0.95% 0.17% -
HSV(B) 305.71º 0.98% 0.34% -
XYZ 5.23 2.57 7.43 -
YUV 35.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 86 2 78 0 0.98 0.09 0.66 305.71 0.95 0.17
Hex 56 2 4E 0 62 9 42 132 5F 11
Octal 126 2 116 0 142 11 102 462 137 21
Binary 1010110 10 1001110 0 1100010 1001 1000010 100110010 1011111 10001

Color Harmonies of #56024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56024E

Black with #56024E

Text Example


Text Example

White with #56024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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