Html Css Color HEX #56014C Tyrian Purple

📋 copy color: '#56014C'

red 86 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #56014C

Tints of Tyrian Purple #56014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.63%

R = 52.76%
G = 0.61%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#56014C (or 0x56014C) is known color: Tyrian Purple. HEX triplet: 56, 01 and 4C. RGB value is (86,1,76). Sum of RGB (Red+Green+Blue) = 86+1+76=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56014C is #A9FEB3. Grayscale: #222222. Windows color (decimal): -11140788 or 4981078. OLE color: 4981078.

HSL color Cylindrical-coordinate representation of color #56014C: hue angle of 307.06º 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 #56014C is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 76 -
CMYK 0 0.99 0.12 0.66
HSL 307.06º 0.98% 0.17% -
HSV(B) 307.06º 0.99% 0.34% -
XYZ 5.15 2.52 7.05 -
YUV 34.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 86 1 76 0 0.99 0.12 0.66 307.06 0.98 0.17
Hex 56 1 4C 0 63 C 42 133 62 11
Octal 126 1 114 0 143 14 102 463 142 21
Binary 1010110 1 1001100 0 1100011 1100 1000010 100110011 1100010 10001

Color Harmonies of #56014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56014C

Black with #56014C

Text Example


Text Example

White with #56014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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