Html Css Color HEX #56014F Tyrian Purple

📋 copy color: '#56014F'

red 86 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #56014F

Tints of Tyrian Purple #56014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 79 (31.25% from 255) = 47.59%

R = 51.81%
G = 0.6%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#56014F (or 0x56014F) is known color: Tyrian Purple. HEX triplet: 56, 01 and 4F. RGB value is (86,1,79). Sum of RGB (Red+Green+Blue) = 86+1+79=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56014F is #A9FEB0. Grayscale: #232323. Windows color (decimal): -11140785 or 5177686. OLE color: 5177686.

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

Color convert

RGB 86 1 79 -
CMYK 0 0.99 0.08 0.66
HSL 304.94º 0.98% 0.17% -
HSV(B) 304.94º 0.99% 0.34% -
XYZ 5.26 2.56 7.61 -
YUV 35.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 86 1 79 0 0.99 0.08 0.66 304.94 0.98 0.17
Hex 56 1 4F 0 63 8 42 131 62 11
Octal 126 1 117 0 143 10 102 461 142 21
Binary 1010110 1 1001111 0 1100011 1000 1000010 100110001 1100010 10001

Color Harmonies of #56014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56014F

Black with #56014F

Text Example


Text Example

White with #56014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56014F; }

 p { color: rgb(86,1,79); }

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

background-color css

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

 a { background-color: rgb(86,1,79); }

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

border-color css

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

 span { border-color: rgb(86,1,79); }

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